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

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

public class Help
extends CommandBase


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

Help

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