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

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

public class Rooms
extends CommandBase


Fields inherited from class com.lyrisoft.chat.server.remote.command.CommandBase
_access, _help, _usage
 
Constructor Summary
Rooms()
           
 
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

Rooms

public Rooms()
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