org.jbrain.qlink.cmd.action
Class GamePlayer

java.lang.Object
  |
  +--org.jbrain.qlink.cmd.AbstractCommand
        |
        +--org.jbrain.qlink.cmd.action.AbstractAction
              |
              +--org.jbrain.qlink.cmd.action.AbstractChatAction
                    |
                    +--org.jbrain.qlink.cmd.action.GamePlayer
All Implemented Interfaces:
Action, Command
Direct Known Subclasses:
GameLastPlayer, GameNextPlayer

public abstract class GamePlayer
extends AbstractChatAction


Field Summary
 
Fields inherited from class org.jbrain.qlink.cmd.action.AbstractChatAction
_iSeat, _sData
 
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
GamePlayer(byte[] data, int start, int len)
           
 
Method Summary
 java.lang.String getHandle()
           
 int getSeat()
           
 
Methods inherited from class org.jbrain.qlink.cmd.action.AbstractChatAction
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

GamePlayer

public GamePlayer(byte[] data,
                  int start,
                  int len)
           throws CRCException
Method Detail

getSeat

public int getSeat()

getHandle

public java.lang.String getHandle()