|
|||||||||
| 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.SayToRoom
Say something to everyone in the room. This happens to be the default UserCommandProcessor.
| Constructor Summary | |
SayToRoom()
|
|
| Method Summary | |
void |
process(java.lang.String input,
java.lang.String arg,
Client client)
Invokes sayToRoom() on the local view of the ChatServer. |
| 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 SayToRoom()
| Method Detail |
public void process(java.lang.String input,
java.lang.String arg,
Client client)
process in class UserCommandProcessorChatServerLocal.sayToRoom(java.lang.String, java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||