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

Packages that use LineProc
Default Package   
org.nukesoft.bot2.lineproc   
 

Uses of LineProc in
 

Classes in Default Package that implement LineProc
 class AdminLineProc
          The AdminLineProc is a generic administration line processor for the bot core.
 class ConsoleLineProc
          The ConsoleLineProc provides the ability access a remote console via the bot core.
 class EchoLineProc
          Extrememly simple line processor.
 class ReverseLineProc
          A test LineProc that reverses all incomming text.
 class WeatherReportLineProc
          This class is demonstration of the various things that LineProcs are capeable of.
 

Uses of LineProc in org.nukesoft.bot2.lineproc
 

Classes in org.nukesoft.bot2.lineproc that implement LineProc
 class GenericLineProc
          GenericLineProc is an abstract interpretation of the LineProc interface.