org.jbrain.qlink.cmd.action
Class EnterExtRoom

java.lang.Object
  |
  +--org.jbrain.qlink.cmd.AbstractCommand
        |
        +--org.jbrain.qlink.cmd.action.AbstractAction
              |
              +--org.jbrain.qlink.cmd.action.EnterExtRoom
All Implemented Interfaces:
Action, Command

public class EnterExtRoom
extends AbstractAction


Field Summary
 
Fields inherited from class org.jbrain.qlink.cmd.action.AbstractAction
CMD_ACTION
 
Fields inherited from class org.jbrain.qlink.cmd.AbstractCommand
_iCalculatedCRC, _iReportedCRC
 
Fields inherited from interface org.jbrain.qlink.cmd.Command
CMD_START
 
Constructor Summary
EnterExtRoom(org.jbrain.qlink.cmd.action.fdo.FDOItemID id, int seat, java.lang.String room)
           
EnterExtRoom(int id, int seat, java.lang.String name)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class org.jbrain.qlink.cmd.action.AbstractAction
finalizeCmd, getAction, getBytes, getName, getString
 
Methods inherited from class org.jbrain.qlink.cmd.AbstractCommand
getCommand, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbrain.qlink.cmd.Command
getCommand, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence
 

Constructor Detail

EnterExtRoom

public EnterExtRoom(org.jbrain.qlink.cmd.action.fdo.FDOItemID id,
                    int seat,
                    java.lang.String room)

EnterExtRoom

public EnterExtRoom(int id,
                    int seat,
                    java.lang.String name)
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface Command
Overrides:
getBytes in class AbstractAction