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

Field Summary
 
Fields inherited from class org.nukesoft.bot2.lineproc.GenericLineProc
context, myCommLibBindID, remoteScreenName
 
Constructor Summary
ReverseLineProc()
           
 
Method Summary
 void handleIM(IM message)
          Handles an incomming IM.
 
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

ReverseLineProc

public ReverseLineProc()
Method Detail

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)