com.wilko.jaim
Class TocAddDenyCommand

java.lang.Object
  |
  +--com.wilko.jaim.TocCommand
        |
        +--com.wilko.jaim.TocAddDenyCommand

public class TocAddDenyCommand
extends TocCommand

Version:
$Revision: 1.3 $
Author:
paulw

Constructor Summary
TocAddDenyCommand()
          Creates new TocAddBuddyCommand
 
Method Summary
 void addDeny(java.lang.String buddy)
           
 byte[] getBytes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TocAddDenyCommand

public TocAddDenyCommand()
Creates new TocAddBuddyCommand

Method Detail

addDeny

public void addDeny(java.lang.String buddy)

toString

public java.lang.String toString()
Specified by:
toString in class TocCommand

getBytes

public byte[] getBytes()
Specified by:
getBytes in class TocCommand

jaimlib.sourceforge.net