com.lyrisoft.chat.client.command
Class SayToRoom

java.lang.Object
  |
  +--com.lyrisoft.chat.client.command.UserCommandProcessor
        |
        +--com.lyrisoft.chat.client.command.SayToRoom

public class SayToRoom
extends UserCommandProcessor

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

SayToRoom

public SayToRoom()
Method Detail

process

public void process(java.lang.String input,
                    java.lang.String arg,
                    Client client)
Invokes sayToRoom() on the local view of the ChatServer.
Overrides:
process in class UserCommandProcessor
See Also:
ChatServerLocal.sayToRoom(java.lang.String, java.lang.String)


Copyright © 2000-2002 Taso Lyristis