Class ReverseLineProc
java.lang.Object
|
+--org.nukesoft.bot2.lineproc.GenericLineProc
|
+--ReverseLineProc
- All Implemented Interfaces:
- LineProc
- public class ReverseLineProc
- extends GenericLineProc
A test LineProc that reverses all incomming text.
- Author:
- Ryan Michela
Method Summary |
void |
handleIM(IM message)
Handles an incomming IM. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseLineProc
public ReverseLineProc()
handleIM
public void handleIM(IM message)
- Description copied from interface:
LineProc
- Handles an incomming IM. This method should generate a response IM,
but that is not required.
- Specified by:
handleIM
in interface LineProc
- Specified by:
handleIM
in class GenericLineProc
- See Also:
LineProc.handleIM(org.nukesoft.bot2.core.IM)