heurgame.event
Class TurnEvent

java.lang.Object
  extended byheurgame.event.TurnEvent

public class TurnEvent
extends java.lang.Object

Author:
David Kaplin A little information about the current turn, including who should be moving.

Field Summary
 PlayerToken player
           
 int roundNumber
           
 int totalRounds
           
 
Constructor Summary
TurnEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roundNumber

public int roundNumber

totalRounds

public int totalRounds

player

public PlayerToken player
Constructor Detail

TurnEvent

public TurnEvent()