|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GameControllerObserver
GameControllerObservers are notified by a GameController of the current state of the GameController. GameControllerObservers exist to syncrhonize things with the GameController.
| Method Summary | |
|---|---|
void |
hasAskedForMove(Player player)
Notifies the observer that it has asked for a move from the player |
void |
hasMadeMove(Player player)
Notifies the observer that it has made a move for player |
| Method Detail |
|---|
void hasMadeMove(Player player)
void hasAskedForMove(Player player)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||