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

Packages that use LineProcContext
org.nukesoft.bot2.lineproc   
 

Uses of LineProcContext in org.nukesoft.bot2.lineproc
 

Classes in org.nukesoft.bot2.lineproc that implement LineProcContext
 class DynamicLoadLPContext
          The DynamicLoadLPContext provides an internal implementation of the LineProcContext interface.
 

Fields in org.nukesoft.bot2.lineproc declared as LineProcContext
protected  LineProcContext GenericLineProc.context
          A reference to this LineProc's LineProcContext.
 

Methods in org.nukesoft.bot2.lineproc with parameters of type LineProcContext
 void LineProc.bindContext(LineProcContext context)
          Binds a context to the line processor.
 void GenericLineProc.bindContext(LineProcContext context)