|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The basic interface for a general IRC message listener.
Method Summary | |
void |
msgReceived(IRCMessage msg)
This method should take care about an IRCMessage that has been
recieved.
|
Method Detail |
public void msgReceived(IRCMessage msg)
IRCMessage
that has been
recieved.
It should mark the message as used using IRCMessage.markAsUsed()
in
case that the information on the message has been used in any form. It is
also responsible of using IRCMessage.mustBeDiscarded()
if no other
listener should get noticed about this message.
msg
- The IRCMessage
that has been received.markAsUsed
,
mustBeDiscarded
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |