com.wilko.jaim
Class TocChatJoinCommand

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

public class TocChatJoinCommand
extends TocCommand

TocChatJoinCommand.java


Constructor Summary
TocChatJoinCommand(java.lang.String chatRoom)
          Creates new TocChatJoinCommand
 
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

TocChatJoinCommand

public TocChatJoinCommand(java.lang.String chatRoom)
Creates new TocChatJoinCommand

Method Detail

toString

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

getBytes

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