|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameEvent | |
heurgame | |
heurgame.event |
Uses of GameEvent in heurgame |
Methods in heurgame with parameters of type GameEvent | |
void |
DefaultReferee.gameSetup(GameEvent e)
Allows access to the game before the game starts |
void |
DefaultReferee.gameStarted(GameEvent e)
Sends all Players the intial information. |
void |
DefaultReferee.gameEnded(GameEvent e)
In the case of a decisive victory informs the players if they have won. |
Uses of GameEvent in heurgame.event |
Methods in heurgame.event with parameters of type GameEvent | |
void |
GameListener.gameSetup(GameEvent e)
Called when the Game is being setup before the first turn is allowed. |
void |
GameListener.gameStarted(GameEvent e)
Called once the game is started and all the players are ready. |
void |
GameListener.gameEnded(GameEvent e)
Called when the game is over. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |