|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandRegister | |
|---|---|
| f00f.net.irc.martyr | |
| f00f.net.irc.martyr.commands | |
| Uses of CommandRegister in f00f.net.irc.martyr |
|---|
| Methods in f00f.net.irc.martyr with parameters of type CommandRegister | |
|---|---|
void |
InCommand.selfRegister(CommandRegister commandRegister)
Every incoming command should know how to register itself with the command register. |
| Uses of CommandRegister in f00f.net.irc.martyr.commands |
|---|
| Methods in f00f.net.irc.martyr.commands with parameters of type CommandRegister | |
|---|---|
void |
WelcomeCommand.selfRegister(CommandRegister commandRegister)
|
void |
TopicCommand.selfRegister(CommandRegister commandRegister)
|
void |
IsonCommand.selfRegister(CommandRegister commandRegister)
|
void |
ModeCommand.selfRegister(CommandRegister reg)
|
void |
AbstractInCommand.selfRegister(CommandRegister commandRegister)
Every command should know how to register itself (or not) with the command parsing engine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||