com.lyrisoft.chat.server.local.command
Interface ICommandProcessorLocal

All Known Implementing Classes:
AckJoinRoom, AckKill, AckPartRoom, Emote, EmoteUser, Killed, NoSuchUser, RoomMessage, Rooms, SayToUser, SignOnError, UserDiff, Ping, NoInvite, UsersInRoom, UnknownCommand, ErrorMsg, RoomDiff, SayToRoom, AccessDenied, AckSignOn, RoomUserDiff, Pong, RoomAccessDenied, Users

public interface ICommandProcessorLocal

Process a message that came from the server. All of the other classes in this package implement this interface


Method Summary
 void process(IChatClient client, java.lang.String[] args)
           
 

Method Detail

process

public void process(IChatClient client,
                    java.lang.String[] args)
Parameters:
client - the IChatClient instance on the local side
args - the server message broken down into arguments


Copyright © 2000-2002 Taso Lyristis