|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which holds constants for a game over.
Field Summary | |
static int |
AGREED_DRAW
All users agree on a draw. |
static int |
DRAW
Player draws with another player. |
static int |
LOSE
Player losses a game. |
static String[] |
RESULTS
Player wins a game. |
static int |
USER_RESIGNS
A user resigns. |
static int |
WIN
Player wins a game. |
Field Detail |
public static final String[] RESULTS
public static final int WIN
public static final int LOSE
public static final int DRAW
public static final int USER_RESIGNS
public static final int AGREED_DRAW
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |