|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.cmdl.AbstractCommand org.xnap.chat.command.AbstractIgnoreCommand
public abstract class AbstractIgnoreCommand
This class provides the default /ignore command for sending action messages.
Field Summary |
---|
Fields inherited from interface org.xnap.cmdl.Command |
---|
ALIASES, CMD, LONG_HELP, PARAMETER, SHORT_HELP |
Constructor Summary | |
---|---|
AbstractIgnoreCommand()
|
Method Summary | |
---|---|
void |
execute(java.lang.String command,
Console console)
Executes this command with argv parameters. |
abstract void |
send(Console console,
java.lang.String mask)
|
Methods inherited from class org.xnap.cmdl.AbstractCommand |
---|
getAliases, getCommand, getInt, getLongHelp, getParameter, getShortHelp, putValue, tokenize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractIgnoreCommand()
Method Detail |
---|
public void execute(java.lang.String command, Console console) throws SyntaxException
Command
argv
parameters.
command
- the command to execute
SyntaxException
public abstract void send(Console console, java.lang.String mask)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |