com.lyrisoft.chat.client.command
Class Ignore

java.lang.Object
  |
  +--com.lyrisoft.chat.client.command.UserCommandProcessor
        |
        +--com.lyrisoft.chat.client.command.Ignore

public class Ignore
extends UserCommandProcessor

Ignore another user


Constructor Summary
Ignore()
           
 
Method Summary
 void process(java.lang.String input, java.lang.String arg, Client client)
          Process some user input.
 
Methods inherited from class com.lyrisoft.chat.client.command.UserCommandProcessor
decompose, decompose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ignore

public Ignore()
Method Detail

process

public void process(java.lang.String input,
                    java.lang.String arg,
                    Client client)
             throws NotEnoughArgumentsException
Description copied from class: UserCommandProcessor
Process some user input. The subclass implements this method.
Overrides:
process in class UserCommandProcessor
Following copied from class: com.lyrisoft.chat.client.command.UserCommandProcessor
Parameters:
input - the input that the user typed
arg - an optional additional argument that the GUI might have passed. For example, a room name.


Copyright © 2000-2002 Taso Lyristis