net.jackofalltrades.irc.event
Interface IrcCommandListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
IrcCommandAdapter, IrcConnection, PingResponder

public interface IrcCommandListener
extends java.util.EventListener

Implemented by components wishing to receive notifications about IrcCommands.

Since:
0.5-alpha
Version:
$Revision: 1.2 $ $Date: 2003/06/29 21:40:31 $
Author:
Bradley M. Handy

Method Summary
 void commandPrepared(IrcCommandEvent event)
          Called when a GUI, or other, component wishes to send a command.
 void commandReceived(IrcCommandEvent event)
          Called when an IrcConnection receives a command.
 

Method Detail

commandReceived

public void commandReceived(IrcCommandEvent event)
Called when an IrcConnection receives a command.


commandPrepared

public void commandPrepared(IrcCommandEvent event)
Called when a GUI, or other, component wishes to send a command.



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