com.lyrisoft.chat.server.local.command
Class SayToRoom

java.lang.Object
  |
  +--com.lyrisoft.chat.server.local.command.SayToRoom
All Implemented Interfaces:
ICommandProcessorLocal

public class SayToRoom
extends java.lang.Object
implements ICommandProcessorLocal


Constructor Summary
SayToRoom()
           
 
Method Summary
 void process(IChatClient client, java.lang.String[] args)
           
 
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(IChatClient client,
                    java.lang.String[] args)
Specified by:
process in interface ICommandProcessorLocal
Following copied from interface: com.lyrisoft.chat.server.local.command.ICommandProcessorLocal
Parameters:
client - the IChatClient instance on the local side
args - the server message broken down into arguments


Copyright © 2000-2002 Taso Lyristis