Uses of Interface
org.nukesoft.bot2.commlib.CommLibCallback

Packages that use CommLibCallback
commLibs   
org.nukesoft.bot2.commlib   
 

Uses of CommLibCallback in commLibs
 

Methods in commLibs with parameters of type CommLibCallback
 void YahooLib.bindCallback(CommLibCallback callback)
           
 void MSNLib.bindCallback(CommLibCallback callback)
           
 void AIMLib.bindCallback(CommLibCallback callback)
          Provodes callback binding.
 

Uses of CommLibCallback in org.nukesoft.bot2.commlib
 

Classes in org.nukesoft.bot2.commlib that implement CommLibCallback
 class CommPort
          The CommPort class wraps an externaly loaded CommLib and handles such tasks as connection maintnance and error correction.
 

Methods in org.nukesoft.bot2.commlib with parameters of type CommLibCallback
 void CommLib.bindCallback(CommLibCallback callback)
          Binds the communication library to a callback object.