|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LineProc interface is the interface implemented by all external line processor libraries. A new line processor instance is loaded for each active conversation. Line processors need not be thread safe and can mantain internal state.
Method Summary | |
void |
bindContext(LineProcContext context)
Binds a context to the line processor. |
void |
handleIM(IM message)
Handles an incomming IM. |
void |
handleWarn(String screenName)
Handles an incomming warning. |
void |
shutdown()
Shuts down the line processor. |
Method Detail |
public void bindContext(LineProcContext context)
context
- The context to bind.public void handleIM(IM message)
message
- The incomming message.public void handleWarn(String screenName)
screenName
- The screen name doing the warning.public void shutdown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |