The IRCEventListener
is used by the IRCConnection.addEventListener(IRCEventListener)
method to add a listener which listens to the connection for incoming IRC events like PRIVMSG
s or numeric replies.
Supported events:
For other, unkown events there's the unknown
-method.
@author Christoph Schwering <schwering@gmail.com>
@version 1.64
@see IRCEventAdapter
@see IRCConnection
|
|
|
|
|
|
|
|
|
|
|
|