Package net.jackofalltrades.irc.event

Interface Summary
ConnectionListener Implemented by components to be notified of ConnectionEvents.
IrcCommandListener Implemented by components wishing to receive notifications about IrcCommands.
 

Class Summary
ConnectionAdapter Provides an implementation of ConnectionListener by implementing connected(ConnectionEvent) and disconnected(ConnectionEvent) to do nothing.
ConnectionEvent Fired by instances of BaseConnection subclasses upon connecting, or disconnecting from a remote host.
IrcCommandAdapter Provides an implementation of IrcCommandListener that does nothing.
IrcCommandEvent Indicates an IrcCommand object has been received from, or sent to the server.
 



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