Class EchoLineProc

java.lang.Object
  |
  +--org.nukesoft.bot2.lineproc.GenericLineProc
        |
        +--EchoLineProc
All Implemented Interfaces:
LineProc

public class EchoLineProc
extends GenericLineProc

Extrememly simple line processor. Echos everything sent.

Author:
Ryan Michela

Field Summary
 
Fields inherited from class org.nukesoft.bot2.lineproc.GenericLineProc
context, myCommLibBindID, remoteScreenName
 
Constructor Summary
EchoLineProc()
           
 
Method Summary
 void handleIM(IM message)
          Handles incomming IMs.
 
Methods inherited from class org.nukesoft.bot2.lineproc.GenericLineProc
bindContext, delay, handleWarn, init, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoLineProc

public EchoLineProc()
Method Detail

handleIM

public void handleIM(IM message)
Handles incomming IMs.

Specified by:
handleIM in interface LineProc
Specified by:
handleIM in class GenericLineProc
See Also:
LineProc.handleIM(org.nukesoft.bot2.core.IM)