heurgame.event
Class GameEvent

java.lang.Object
  extended byheurgame.event.GameEvent

public class GameEvent
extends java.lang.Object

Author:
David Kaplin A bit of information about the current running game.

Field Summary
 Game context
           
 java.lang.String currentState
          currentState is meant to be implementation specific
 java.lang.String gameName
           
 int numberOfPlayers
           
 
Constructor Summary
GameEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfPlayers

public int numberOfPlayers

gameName

public java.lang.String gameName

currentState

public java.lang.String currentState
currentState is meant to be implementation specific


context

public Game context
Constructor Detail

GameEvent

public GameEvent()