Uses of Class
net.jackofalltrades.irc.event.IrcCommandEvent

Packages that use IrcCommandEvent
net.jackofalltrades.irc   
net.jackofalltrades.irc.event   
net.jackofalltrades.irc.impl   
 

Uses of IrcCommandEvent in net.jackofalltrades.irc
 

Methods in net.jackofalltrades.irc with parameters of type IrcCommandEvent
 void IrcConnection.commandPrepared(IrcCommandEvent event)
          Writes an IrcCommand to the output stream.
 void IrcConnection.commandReceived(IrcCommandEvent event)
          Does nothing.
 

Uses of IrcCommandEvent in net.jackofalltrades.irc.event
 

Methods in net.jackofalltrades.irc.event with parameters of type IrcCommandEvent
 void IrcCommandListener.commandReceived(IrcCommandEvent event)
          Called when an IrcConnection receives a command.
 void IrcCommandListener.commandPrepared(IrcCommandEvent event)
          Called when a GUI, or other, component wishes to send a command.
 void IrcCommandAdapter.commandPrepared(IrcCommandEvent event)
          Called when an IrcConnection receives a command.
 void IrcCommandAdapter.commandReceived(IrcCommandEvent event)
          Called when a GUI, or other, component wishes to send a command.
 

Uses of IrcCommandEvent in net.jackofalltrades.irc.impl
 

Methods in net.jackofalltrades.irc.impl with parameters of type IrcCommandEvent
 void PrefixCacheCleaner.commandReceived(IrcCommandEvent event)
          Listens for the "QUIT" command and removes the prefix associated with the command from the prefix cache.
 void PingResponder.commandReceived(IrcCommandEvent event)
          Invoked when a command is received from an IRC server or when a Connection object wishes to send a command to the server.
 void PingResponder.commandPrepared(IrcCommandEvent event)
          Does nothing.
 



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