Uses of Class
org.nukesoft.core.IM

Packages that use IM
Default Package   
org.nukesoft.commlib   
org.nukesoft.core   
org.nukesoft.lineproc   
 

Uses of IM in
 

Methods in Default Package with parameters of type IM
 void AIMLib.sendMessage(IM message)
          Sends a message.
 void EchoLineProc.handleIM(IM message)
          Handles incomming IMs.
 

Uses of IM in org.nukesoft.commlib
 

Methods in org.nukesoft.commlib with parameters of type IM
 void CommPortCallback.handleIM(IM message, CommPort cp)
          Handles an incomming message.
 void CommPort.sendMessage(IM message)
          Sends an instant message over the network.
 void CommPort.handleIM(IM message)
          Handles an incomming instant message.
 void CommLibCallback.handleIM(IM message)
          Accepts an incomming message.
 void CommLib.sendMessage(IM message)
          Sends an instant message over the network.
 

Uses of IM in org.nukesoft.core
 

Methods in org.nukesoft.core with parameters of type IM
 void DialogManager.handleIM(IM message, CommPort cp)
          Handles an inbound IM from the CommLib.
 void Dialog.handleIM(IM message)
          Handles incomming message from the CommLib.
 void Dialog.sendIM(IM message)
          Sends an outbound IM.
 

Uses of IM in org.nukesoft.lineproc
 

Methods in org.nukesoft.lineproc with parameters of type IM
 void LineProcContextCallback.sendIM(IM message)
          Sends an IM.
 void LineProcContext.sendIM(IM message)
          Sends an IM.
 void LineProc.handleIM(IM message)
          Handles an incomming IM.
 void DynamicLoadLPContext.sendIM(IM message)
          Sends an IM.
 void DynamicLoadLPContext.handleIM(IM message)
          Forewards an incomming IM to the LineProc.