com.wilko.jaim
Class TocChatInviteCommand

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

public class TocChatInviteCommand
extends TocCommand

TocChatInviteCommand.java


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

TocChatInviteCommand

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

Method Detail

toString

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

getBytes

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