heurgame.event
Class PlayerEvent

java.lang.Object
  extended byheurgame.event.PlayerEvent

public class PlayerEvent
extends java.lang.Object

Author:
David Kaplin Bits of information specific to a player in a game The types are general enough to be changed for a particular implementation

Field Summary
 boolean disqualified
           
 boolean leader
           
 PlayerToken player
           
 double score
           
 long timeLeft
           
 boolean validMove
           
 
Constructor Summary
PlayerEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

player

public PlayerToken player

validMove

public boolean validMove

disqualified

public boolean disqualified

leader

public boolean leader

score

public double score

timeLeft

public long timeLeft
Constructor Detail

PlayerEvent

public PlayerEvent()