All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface alt.tictac.TicTacToeConstants

public interface TicTacToeConstants
TicTacToeConstants.java


Variable Index

 o DONE
The winning positions.
 o LOSE
 o moves
The squares in order of importance...
 o OK
 o RQ_PLAY_TURN
 o RQ_SET_NEW_STATUS
 o STALEMATE
 o WIN

Variables

 o RQ_SET_NEW_STATUS
 public static final int RQ_SET_NEW_STATUS
 o RQ_PLAY_TURN
 public static final int RQ_PLAY_TURN
 o moves
 public static final int moves[]
The squares in order of importance...

 o DONE
 public static final int DONE
The winning positions.

 o OK
 public static final int OK
 o WIN
 public static final int WIN
 o LOSE
 public static final int LOSE
 o STALEMATE
 public static final int STALEMATE

All Packages  Class Hierarchy  This Package  Previous  Next  Index