All Packages Class Hierarchy This Package Previous Next Index
Interface alt.tictac.TicTacToeConstants
- public interface TicTacToeConstants
TicTacToeConstants.java
-
DONE
- The winning positions.
-
LOSE
-
-
moves
- The squares in order of importance...
-
OK
-
-
RQ_PLAY_TURN
-
-
RQ_SET_NEW_STATUS
-
-
STALEMATE
-
-
WIN
-
RQ_SET_NEW_STATUS
public static final int RQ_SET_NEW_STATUS
RQ_PLAY_TURN
public static final int RQ_PLAY_TURN
moves
public static final int moves[]
- The squares in order of importance...
DONE
public static final int DONE
- The winning positions.
OK
public static final int OK
WIN
public static final int WIN
LOSE
public static final int LOSE
STALEMATE
public static final int STALEMATE
All Packages Class Hierarchy This Package Previous Next Index