net.jackofalltrades.irc.event
Class IrcCommandAdapter

java.lang.Object
  extended bynet.jackofalltrades.irc.event.IrcCommandAdapter
All Implemented Interfaces:
java.util.EventListener, IrcCommandListener
Direct Known Subclasses:
PrefixCacheCleaner

public class IrcCommandAdapter
extends java.lang.Object
implements IrcCommandListener

Provides an implementation of IrcCommandListener that does nothing.

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

Constructor Summary
IrcCommandAdapter()
          Creates a new instance of IrcCommandAdapter
 
Method Summary
 void commandPrepared(IrcCommandEvent event)
          Called when an IrcConnection receives a command.
 void commandReceived(IrcCommandEvent event)
          Called when a GUI, or other, component wishes to send a command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IrcCommandAdapter

public IrcCommandAdapter()
Creates a new instance of IrcCommandAdapter

Method Detail

commandPrepared

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

Specified by:
commandPrepared in interface IrcCommandListener

commandReceived

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

Specified by:
commandReceived in interface IrcCommandListener


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