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

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

public class Killed
extends java.lang.Object
implements ICommandProcessorLocal, ICommands


Fields inherited from interface com.lyrisoft.chat.ICommands
ACCESS_DENIED, ACK_KILL, ALREADY_SIGNED_ON, DELIMITER, EMOTE_TO_ROOM, EMOTE_TO_USER, ERROR, GET_ROOMS, GET_USERS_IN_ROOM, GET_USERS_ON_SERVER, HELP, HYPERLINK, IGNORE, INVALID_CHARACTER, INVITE, JOIN_ROOM, JOIN_ROOM_ACK, KICK, KILL, NO_INVITE, NO_SUCH_USER, OP, PART_ROOM, PART_ROOM_ACK, PING, PONG, REMOTE_CLIENT_MESSAGE, ROOM_ACCESS_DENIED, ROOM_DIFF, ROOM_MSG, ROOM_USER_DIFF, SAY_TO_ROOM, SAY_TO_USER, SHUTDOWN, SIGNOFF, SIGNON, SIGNON_ACK, STATS, UNIGNORE, UNINVITE, USER_DIFF, VERSION, WHOIS
 
Constructor Summary
Killed()
           
 
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

Killed

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