cluedo.info
Class DrawFinishedInfo

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

public class DrawFinishedInfo
extends CluedoInfo

A Player indicates that he has finished his draw by transmitting an instance of this class. The server answers with a PlayerDrawInfo which is sent to all team mates.

See Also:
CluedoPDU, PlayerDrawInfo, 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
DrawFinishedInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawFinishedInfo

public DrawFinishedInfo()