|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
gameEnded(GameEvent e)
Called when the game is over. |
void |
gameSetup(GameEvent e)
Called when the Game is being setup before the first turn is allowed. |
void |
gameStarted(GameEvent e)
Called once the game is started and all the players are ready. |
Method Detail |
public void gameSetup(GameEvent e)
e
- May have some specific setup informationpublic void gameStarted(GameEvent e)
e
- additional informationpublic void gameEnded(GameEvent e)
e
- additional information
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |