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
process
public void process(IChatClient client,
java.lang.String[] args)
- Parameters:
client
- the IChatClient instance on the local sideargs
- the server message broken down into arguments
Copyright © 2000-2002 Taso Lyristis