cluedo.info
Class DiceRequestInfo

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

public class DiceRequestInfo
extends CluedoInfo

Player may request a dice by transmitting a DiceRequestInfo to the server. The server answers the request with a Diceinfo.

See Also:
CluedoPDU, DiceInfo, Serialized Form

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

Constructor Detail

DiceRequestInfo

public DiceRequestInfo()