Uses of Interface
f00f.net.irc.martyr.Command

Packages that use Command
f00f.net.irc.martyr   
f00f.net.irc.martyr.clientstate   
f00f.net.irc.martyr.commands   
f00f.net.irc.martyr.dcc   
f00f.net.irc.martyr.errors   
f00f.net.irc.martyr.replies   
 

Uses of Command in f00f.net.irc.martyr
 

Subinterfaces of Command in f00f.net.irc.martyr
 interface InCommand
          Defines commands that come from the server.
 interface OutCommand
          Defines an outgoing command.
 

Methods in f00f.net.irc.martyr with parameters of type Command
 void IRCConnection.sendCommand(Command command)
          Deprecated. Use sendCommand( OutCommand cmd ) instead.
 

Uses of Command in f00f.net.irc.martyr.clientstate
 

Methods in f00f.net.irc.martyr.clientstate with parameters of type Command
 void Channel.addMember(java.lang.String member, Command why)
          Deprecated. Use addMember( String, InCommand ) instead.
 void Channel.addMember(FullNick nick, Command why)
          Deprecated. Use addMember( FullNick, InCommand ) intead.
 void Channel.removeMember(java.lang.String member, Command why)
          Deprecated. Use removeMember( String, InCommand ) instead.
 void Channel.removeMember(FullNick member, Command why)
          Deprecated. Use removeMember( FullNick, InCommand ) instead.
 

Uses of Command in f00f.net.irc.martyr.commands
 

Classes in f00f.net.irc.martyr.commands that implement Command
 class ActionCtcp
          ActionCtcp allows the application to do a '/me'.
 class ChannelModeCommand
          Defines the ChannelMode command.
 class CtcpMessage
          This facilitates the sending and receiving of CTCP messages.
 class GenericCommand
          Defines a generic command.
 class GenericInCommand
          Defines a generic command.
 class InviteCommand
           
 class JoinCommand
          Defines JOIN command.
 class KickCommand
          Defines KICK command.
 class MessageCommand
          Defines the PRIVMSG command.
 class ModeCommand
          Defines MODE command.
 class NickCommand
          Defines NICK command.
 class NoticeCommand
          Defines the NOTICE command.
 class PartCommand
          Defines PART command.
 class PingCommand
          Defines the PING command.
 class PongCommand
          Defines the PONG command.
 class QuitCommand
          Defines QUIT command.
 class RawCommand
           
 class TopicCommand
           
 class UnknownCommand
          Some unknown command, for which there is no factory.
 class UserCommand
          Defines USER command.
 class UserModeCommand
          Defines a user MODE command.
 class WelcomeCommand
          Defines the commands that a server issues to welcome us.
 

Uses of Command in f00f.net.irc.martyr.dcc
 

Classes in f00f.net.irc.martyr.dcc that implement Command
 class ChatRequestCommand
          ChatRequestCommand sets up a socket to listen for a dcc connection and then sends a request to chat to the indicated party.
 

Uses of Command in f00f.net.irc.martyr.errors
 

Classes in f00f.net.irc.martyr.errors that implement Command
 class ChannelInviteOnlyError
           
 class ChannelWrongKeyError
           
 class GenericError
          Defines what an error is.
 class NickInUseError
           
 

Uses of Command in f00f.net.irc.martyr.replies
 

Classes in f00f.net.irc.martyr.replies that implement Command
 class ChannelCreationReply
          ChannelCreationReply sets the creation time of the channel.
 class GenericReply
          Defines what a reply is.
 class GenericStringReply
           
 class LUserClientReply
           
 class LUserMeReply
           
 class LUserOpReply
           
 class ModeReply
          ModeReply is really a factory that passes the ModeReply off to a ChannelModeCommand.
 class NamesEndReply
           
 class NamesReply
           
 class TopicInfoReply
          Contains info about the topic, who set it and when.
 



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