com.zerjio.JIRC
Interface QUITListener


public interface QUITListener

The basic interface for a QUITMessage listener.


Method Summary
 void QUITReceived(QUITMessage msg)
          This method should take care about an QUITMessage that has been recieved.
 

Method Detail

QUITReceived

public void QUITReceived(QUITMessage msg)
This method should take care about an QUITMessage 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.

Parameters:
msg - The QUITMessage that has been received.
See Also:
markAsUsed, mustBeDiscarded