com.wilko.jaim
Class TocChatAcceptCommand

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

public class TocChatAcceptCommand
extends TocCommand


Constructor Summary
TocChatAcceptCommand(java.lang.String chatRoomID)
          Creates new TocChatAcceptCommand
 
Method Summary
 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

TocChatAcceptCommand

public TocChatAcceptCommand(java.lang.String chatRoomID)
Creates new TocChatAcceptCommand

Method Detail

toString

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

getBytes

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