|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
This interface should be implemented by all parties interested in listenting to the moves being made on the game board. The listeners will also be notified when the game got over due to a move.
| Method Summary | |
void |
gameOver()
|
void |
moveMade(Move move)
|
| Method Detail |
public void moveMade(Move move)
public void gameOver()
| PREV CLASS NEXT CLASS | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |