Uses of Interface
org.relayirc.core.IRCConnectionListener

Packages that use IRCConnectionListener
org.relayirc.core The org.relayirc.core package provides low level IRC connection functionality such as opening a connection, writing commands to a connection and closing a connection. 
 

Uses of IRCConnectionListener in org.relayirc.core
 

Classes in org.relayirc.core that implement IRCConnectionListener
 class IRCConnectionAdapter
          Do-nothing implementation of IRCConnectionListener to make it easy to derive new connection listeners.
 

Methods in org.relayirc.core with parameters of type IRCConnectionListener
 void IRCConnection.setIRCConnectionListener(IRCConnectionListener listener)
          For now, only one listener is supported.