Uses of Class
org.nukesoft.bot2.commlib.CommPort

Packages that use CommPort
org.nukesoft.bot2.commlib   
org.nukesoft.bot2.core   
 

Uses of CommPort in org.nukesoft.bot2.commlib
 

Methods in org.nukesoft.bot2.commlib with parameters of type CommPort
 void CommPortCallback.handleIM(IM message, CommPort cp)
          Handles an incomming message.
 void CommPortCallback.handleWarn(String screenName, CommPort cp)
          Handles an incomming warning.
 

Uses of CommPort in org.nukesoft.bot2.core
 

Methods in org.nukesoft.bot2.core with parameters of type CommPort
 void DialogManager.handleIM(IM message, CommPort cp)
          Handles an inbound IM from the CommLib.
 void DialogManager.handleWarn(String screenName, CommPort cp)
          Handles an inbound warning from the CommPort.
 

Constructors in org.nukesoft.bot2.core with parameters of type CommPort
Dialog(DialogManager manager, CommPort comm, DynamicLoadLPContext lineProc, String identity, String adminEscapeSequence, String adminLineProcBindID)
          Creates a dialog binding.