f00f.net.irc.martyr
Interface CommandSender


public interface CommandSender

A CommandSender can accept an OutCommand and do something with it (such as send it to the server, or send it on to another CommandSender). The idea is to create a chain of CommandSenders, with the last object in the chain the default CommandSender, created by IRCConnection.


Method Summary
 CommandSender getNextCommandSender()
           
 void sendCommand(OutCommand command)
           
 

Method Detail

getNextCommandSender

CommandSender getNextCommandSender()

sendCommand

void sendCommand(OutCommand command)


Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.