|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.nukesoft.bot2.lineproc.GenericLineProc | +--org.nukesoft.bot2.commlib.eliza.ElizaLineProc
Description goes here.
Field Summary |
Fields inherited from class org.nukesoft.bot2.lineproc.GenericLineProc |
context, myCommLibBindID, remoteScreenName |
Constructor Summary | |
ElizaLineProc()
Builds an ElizaLineProc. |
Method Summary | |
void |
handleIM(org.nukesoft.bot2.core.IM message)
Handles an incomming IM, Eliza style |
void |
handleWarn(java.lang.String screenName)
Handles an incomming warning, Eliza style |
Methods inherited from class org.nukesoft.bot2.lineproc.GenericLineProc |
bindContext, delay, init, shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ElizaLineProc()
Method Detail |
public void handleIM(org.nukesoft.bot2.core.IM message)
handleIM
in interface org.nukesoft.bot2.lineproc.LineProc
handleIM
in class org.nukesoft.bot2.lineproc.GenericLineProc
LineProc.handleIM(org.nukesoft.bot2.core.IM)
public void handleWarn(java.lang.String screenName)
handleWarn
in interface org.nukesoft.bot2.lineproc.LineProc
handleWarn
in class org.nukesoft.bot2.lineproc.GenericLineProc
LineProc.handleWarn(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |