f00f.net.irc.martyr
Interface Command

All Known Subinterfaces:
InCommand, OutCommand
All Known Implementing Classes:
AbstractCommand, AbstractInCommand, AbstractWhoisReply, ActionCtcp, AlreadyRegisteredError, AwayCommand, AwayReply, CannotSendToChanError, CantKillServerError, ChannelBannedError, ChannelCreationReply, ChannelInviteOnlyError, ChannelLimitError, ChannelModeCommand, ChannelWrongKeyError, ChanOPrivsNeededError, ChatRequestCommand, CtcpMessage, CtcpNotice, ErroneusNicknameError, FileErrorError, GenericError, GenericJoinError, GenericReply, GenericStringReply, InviteCommand, IsonCommand, JoinCommand, KeySetError, KickCommand, ListCommand, ListEndReply, ListReply, ListStartReply, LoadTooHighError, LUserClientReply, LUserMeReply, LUserOpReply, MessageCommand, ModeCommand, ModeReply, NamesCommand, NamesEndReply, NamesReply, NeedMoreParamsError, NickCollisionError, NickCommand, NickInUseError, NoAdminInfoError, NoLoginError, NoMotdError, NoNicknameGivenError, NoOperHostError, NoOriginError, NoPermForHostError, NoPrivilegesError, NoRecipientError, NoSuchChannelError, NoSuchNickError, NoSuchServerError, NoTextToSendError, NoticeCommand, NotOnChannelError, NoTopLevelError, NotRegisteredError, NowAwayReply, PartCommand, PassCommand, PasswdMismatchError, PingCommand, PongCommand, QuitCommand, RawCommand, SummonDisabledError, TooManyChannelsError, TooManyTargetsError, TopicCommand, TopicInfoReply, UModeUnknownFlagError, UnAwayReply, UnknownCommand, UnknownCommandError, UnknownError, UnknownModeError, UnknownReply, UserCommand, UserModeCommand, UserNotInChannelError, UserOnChannelError, UsersDisabledError, UsersDontMatchError, WasNoSuchNickError, WelcomeCommand, WhoisChannelsReply, WhoisCommand, WhoisEndReply, WhoisIdleReply, WhoisServerReply, WhoisUserReply, WildTopLevelError, YoureBannedCreepError

public interface Command

Defines an object which is a command, either incoming or outgoing.


Method Summary
 java.lang.String getIrcIdentifier()
          Returns the string IRC uses to identify this command.
 

Method Detail

getIrcIdentifier

java.lang.String getIrcIdentifier()
Returns the string IRC uses to identify this command. Examples: NICK, PING, KILL, 332. Not strictly required for OutCommands as the irc identifier is expected to be part of the reder() result.

Returns:
The IRC identifier string


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