f00f.net.irc.martyr
Interface OutCommand

All Superinterfaces:
Command
All Known Implementing Classes:
ChatRequestCommand, GenericCommand, ModeCommand, RawCommand, UserCommand

public interface OutCommand
extends Command

Defines an outgoing command. Outgoing commands are very simple because all they need to do is be rendered. Outgoing commands do not change our state.

See Also:
GenericCommand

Method Summary
 java.lang.String render()
          Forms a string appropriate to send to the server, if required.
 
Methods inherited from interface f00f.net.irc.martyr.Command
getIrcIdentifier
 

Method Detail

render

public java.lang.String render()
Forms a string appropriate to send to the server, if required. Some commands will have no such string, as they are received and not sent. The string returned is sent to the server verbatim.


Copyright © 2000,2001,2002,2003 f00f networks.