|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CommLibCallback interface provides the event callbacks that communications libraries should use when receiving network generated events. These callbacks are used to signal to the bot core that data must be processed.
CommLib
Method Summary | |
void |
handleError(String error)
Accepts an incomming network error. |
void |
handleIM(IM message)
Accepts an incomming message. |
void |
handleWarn(String screenName)
Accepts an incomming warning. |
Method Detail |
public void handleIM(IM message)
message
- public void handleError(String error)
public void handleWarn(String screenName)
screenName
- The screen name that did the warning.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |