cluedo.info
Class PlayerDrawInfo

java.lang.Object
  |
  +--cluedo.info.CluedoInfo
        |
        +--cluedo.info.PlayerDrawInfo

public class PlayerDrawInfo
extends CluedoInfo

Used by the server to indicate which player makes the next draw.

See Also:
CluedoPDU, DrawFinishedInfo, Serialized Form

Field Summary
 int drawingPlayerId
          playerId of the next player.
 
Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
PlayerDrawInfo(int drawingPlayerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawingPlayerId

public int drawingPlayerId
playerId of the next player.
Constructor Detail

PlayerDrawInfo

public PlayerDrawInfo(int drawingPlayerId)