Uses of Interface
org.nukesoft.commlib.CommLibCallback

Packages that use CommLibCallback
Default Package   
org.nukesoft.commlib   
 

Uses of CommLibCallback in
 

Methods in Default Package with parameters of type CommLibCallback
 void AIMLib.bindCallback(CommLibCallback callback)
          Provodes callback binding.
 

Uses of CommLibCallback in org.nukesoft.commlib
 

Classes in org.nukesoft.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.commlib with parameters of type CommLibCallback
 void CommLib.bindCallback(CommLibCallback callback)
          Binds the communication library to a callback object.