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
Method Summary |
void |
handleIM(IM message)
Handles incomming IMs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoLineProc
public EchoLineProc()
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)