|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jackofalltrades.irc.event.IrcCommandAdapter
Provides an implementation of IrcCommandListener
that does
nothing.
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 |
public IrcCommandAdapter()
Method Detail |
public void commandPrepared(IrcCommandEvent event)
IrcConnection
receives a command.
commandPrepared
in interface IrcCommandListener
public void commandReceived(IrcCommandEvent event)
commandReceived
in interface IrcCommandListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |