public interface TicTacToeListener
| Modifier and Type | Method and Description |
|---|---|
void |
boardChanged(char[] board)
Called when the board has changed and needs to be refreshed.
|
void |
cancelMove() |
void |
gameStatus(java.lang.String message) |
void |
moveRequested() |
void |
seatChanged(int seatNum) |