com.lyrisoft.chat.server.remote.command
Class JoinRoom

java.lang.Object
  |
  +--com.lyrisoft.chat.server.remote.command.CommandBase
        |
        +--com.lyrisoft.chat.server.remote.command.JoinRoom
All Implemented Interfaces:
ICommandProcessorRemote

public class JoinRoom
extends CommandBase


Fields inherited from class com.lyrisoft.chat.server.remote.command.CommandBase
_access, _help, _usage
 
Constructor Summary
JoinRoom()
           
 
Method Summary
 boolean process(ChatClient client, java.lang.String[] args)
           
 void processDistributed(java.lang.String client, java.lang.String origin, java.lang.String[] args, ChatServer server)
           
 
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

JoinRoom

public JoinRoom()
Method Detail

process

public boolean process(ChatClient client,
                       java.lang.String[] args)
Following copied from interface: com.lyrisoft.chat.server.remote.command.ICommandProcessorRemote
Returns:
true if this message should be distributed to other clients

processDistributed

public void processDistributed(java.lang.String client,
                               java.lang.String origin,
                               java.lang.String[] args,
                               ChatServer server)


Copyright © 2000-2002 Taso Lyristis