Uses of Interface
net.jackofalltrades.irc.event.IrcCommandListener

Packages that use IrcCommandListener
net.jackofalltrades.irc   
net.jackofalltrades.irc.dcc   
net.jackofalltrades.irc.event   
net.jackofalltrades.irc.impl   
 

Uses of IrcCommandListener in net.jackofalltrades.irc
 

Classes in net.jackofalltrades.irc that implement IrcCommandListener
 class IrcConnection
          Provides functionality for receiving, and sending, IRC commands.
 

Methods in net.jackofalltrades.irc with parameters of type IrcCommandListener
 void IrcConnection.addIrcCommandListener(IrcCommandListener l)
          Registers an IrcCommandListener for all commands.
 void IrcConnection.addIrcCommandListener(java.lang.String name, IrcCommandListener l)
          Registers an IrcCommandListener for specific commands.
 void IrcConnection.removeIrcCommandListener(IrcCommandListener l)
          Removes an IrcCommandListener from the list of registered listeners for all commands.
 void IrcConnection.removeIrcCommandListener(java.lang.String name, IrcCommandListener l)
          Removes an IrcCommandListener from the list of registered listeners for specific commands.
 

Uses of IrcCommandListener in net.jackofalltrades.irc.dcc
 

Methods in net.jackofalltrades.irc.dcc with parameters of type IrcCommandListener
 void BaseDccConnection.addDccDataListener(IrcCommandListener l)
          Registers an IrcCommandListener for all commands.
 void BaseDccConnection.removeDccDataListener(IrcCommandListener l)
          Removes an IrcCommandListener from the list of registered listeners for all commands.
 

Uses of IrcCommandListener in net.jackofalltrades.irc.event
 

Classes in net.jackofalltrades.irc.event that implement IrcCommandListener
 class IrcCommandAdapter
          Provides an implementation of IrcCommandListener that does nothing.
 

Uses of IrcCommandListener in net.jackofalltrades.irc.impl
 

Classes in net.jackofalltrades.irc.impl that implement IrcCommandListener
 class PingResponder
          Listeners for PING commands from the server and responds with the appropriate PONG message.
 class PrefixCacheCleaner
          Provides mechanism to clean out the IrcPrefix cache when a user quits IRC.
 



Copyright © 2002-2003 Jack-of-all-trades Programming Services. All Rights Reserved.