Uses of Interface
org.nukesoft.bot2.lineproc.LineProcContextCallback

Packages that use LineProcContextCallback
org.nukesoft.bot2.core   
org.nukesoft.bot2.lineproc   
 

Uses of LineProcContextCallback in org.nukesoft.bot2.core
 

Classes in org.nukesoft.bot2.core that implement LineProcContextCallback
 class Dialog
          A Dialog is the bridge between CommPort objects and LineProc objects.
 

Uses of LineProcContextCallback in org.nukesoft.bot2.lineproc
 

Methods in org.nukesoft.bot2.lineproc with parameters of type LineProcContextCallback
 void DynamicLoadLPContext.bindCallback(LineProcContextCallback callback)
          Binds a local callback.