|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.lyrisoft.chat.server.remote.command.CommandBase
|
+--com.lyrisoft.chat.server.remote.command.UnIgnore
Handles an unignore command from a client.
| Fields inherited from class com.lyrisoft.chat.server.remote.command.CommandBase |
_access, _help, _usage |
| Constructor Summary | |
UnIgnore()
|
|
| Method Summary | |
boolean |
process(ChatClient client,
java.lang.String[] args)
Handles an unignore command from a client on the server that the client is logged in to. |
void |
processDistributed(java.lang.String client,
java.lang.String origin,
java.lang.String[] args,
ChatServer server)
Handles an unignore command from a client on a server that the client is not logged in to. |
| Methods inherited from class com.lyrisoft.chat.server.remote.command.CommandBase |
accessRequired, getHelp, getUsage, setAccessRequired, setHelp, setUsage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UnIgnore()
| Method Detail |
public boolean process(ChatClient client,
java.lang.String[] args)
args - {ICommands.UNIGNORE, unignoreduser}
public void processDistributed(java.lang.String client,
java.lang.String origin,
java.lang.String[] args,
ChatServer server)
client - the userid of the client that sent the commandorigin - the name of the server the command came in onargs - {ICommands.UNIGNORE, unignoreduser}server - the ChatServer processing the command
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||