|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericInCommand | |
| f00f.net.irc.martyr.commands | |
| f00f.net.irc.martyr.errors | |
| f00f.net.irc.martyr.replies | |
| Uses of GenericInCommand in f00f.net.irc.martyr.commands |
| Subclasses of GenericInCommand in f00f.net.irc.martyr.commands | |
class |
ActionCtcp
ActionCtcp allows the application to do a '/me'. |
class |
CtcpMessage
This facilitates the sending and receiving of CTCP messages. |
class |
GenericCommand
Defines a generic command. |
class |
InviteCommand
|
class |
JoinCommand
Defines JOIN command. |
class |
KickCommand
Defines KICK command. |
class |
MessageCommand
Defines the PRIVMSG 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 |
TopicCommand
|
class |
UnknownCommand
Some unknown command, for which there is no factory. |
class |
WelcomeCommand
Defines the commands that a server issues to welcome us. |
| Uses of GenericInCommand in f00f.net.irc.martyr.errors |
| Subclasses of GenericInCommand in f00f.net.irc.martyr.errors | |
class |
ChannelInviteOnlyError
|
class |
ChannelWrongKeyError
|
class |
GenericError
Defines what an error is. |
class |
NickInUseError
|
| Uses of GenericInCommand in f00f.net.irc.martyr.replies |
| Subclasses of GenericInCommand in f00f.net.irc.martyr.replies | |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||