com.wilko.jaim
Class TocChatSendCommand

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

public class TocChatSendCommand
extends TocCommand


Constructor Summary
TocChatSendCommand(java.lang.String chatRoomID, java.lang.String msg)
          Creates new TocChatSendCommand
 
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

TocChatSendCommand

public TocChatSendCommand(java.lang.String chatRoomID,
                          java.lang.String msg)
Creates new TocChatSendCommand

Method Detail

toString

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

getBytes

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