|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.lyrisoft.chat.client.command.UserCommandProcessor
|
+--com.lyrisoft.chat.client.command.Op
| Constructor Summary | |
Op()
|
|
| Method Summary | |
void |
process(java.lang.String input,
java.lang.String arg,
Client client)
Process some user input. |
| Methods inherited from class com.lyrisoft.chat.client.command.UserCommandProcessor |
decompose, decompose |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Op()
| Method Detail |
public void process(java.lang.String input,
java.lang.String arg,
Client client)
throws NotEnoughArgumentsException
UserCommandProcessorprocess in class UserCommandProcessorcom.lyrisoft.chat.client.command.UserCommandProcessorinput - the input that the user typedarg - an optional additional argument that the GUI might
have passed. For example, a room name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||