All Packages Class Hierarchy This Package Previous Next Index
Interface scrobble.ScrobbleConstants
- public interface ScrobbleConstants
ScrobbleConstants
-
BAG_CREATED
- Server Status message : a bag has been created
-
BAG_EMPTY
- Server Status message : the bag is empty
-
BAG_GROUP
- Bag group : for communication between Bag objects
-
BOARD_CREATED
- Server Status message : a board has been created
-
BOARD_GROUP
- Bag group : for communication between Bag objects
-
BOARD_PUT_WORD
-
-
CONFIGURATION
- Server Status message : the object of configuration has to be writen
-
CONFIGURATION_CHOICE_MADE
- Server Status message : the object of configuration has been writen
-
LETTER_TAKEN
- Server Status message : a letter has been taken in the bag
-
PLAYER_CREATED
- Server Status message : a player has been created
-
PLAYER_LEFT
- Server Status message : a player has moved
-
PLAYER_PLAYS
- Server Status message : the player is playing
-
POSITION
- Server Status message : the word isn't allowed because of its position
-
RQ_BAGCHANGEBAGSIZE
- The request which changes the letters of Bag.
-
RQ_BAGCHANGELETTERS
- The request which changes the letters of Bag.
-
RQ_DECREASE_LETTER_COUNT
-
-
ST_PLAY_WORD
-
-
WORD
- Server Status message : the word isn't allowed because it doesn't exist in the dictionary
-
WORD_FALSE
- Server Status message : a word has not been accepted
BAG_CREATED
public static final int BAG_CREATED
- Server Status message : a bag has been created
BOARD_CREATED
public static final int BOARD_CREATED
- Server Status message : a board has been created
PLAYER_CREATED
public static final int PLAYER_CREATED
- Server Status message : a player has been created
PLAYER_LEFT
public static final int PLAYER_LEFT
- Server Status message : a player has moved
LETTER_TAKEN
public static final int LETTER_TAKEN
- Server Status message : a letter has been taken in the bag
WORD_FALSE
public static final int WORD_FALSE
- Server Status message : a word has not been accepted
BAG_EMPTY
public static final int BAG_EMPTY
- Server Status message : the bag is empty
PLAYER_PLAYS
public static final int PLAYER_PLAYS
- Server Status message : the player is playing
CONFIGURATION
public static final int CONFIGURATION
- Server Status message : the object of configuration has to be writen
CONFIGURATION_CHOICE_MADE
public static final int CONFIGURATION_CHOICE_MADE
- Server Status message : the object of configuration has been writen
ST_PLAY_WORD
public static final int ST_PLAY_WORD
POSITION
public static final int POSITION
- Server Status message : the word isn't allowed because of its position
WORD
public static final int WORD
- Server Status message : the word isn't allowed because it doesn't exist in the dictionary
BAG_GROUP
public static final int BAG_GROUP
- Bag group : for communication between Bag objects
BOARD_GROUP
public static final int BOARD_GROUP
- Bag group : for communication between Bag objects
BOARD_PUT_WORD
public static final int BOARD_PUT_WORD
RQ_BAGCHANGELETTERS
public static final int RQ_BAGCHANGELETTERS
- The request which changes the letters of Bag.
RQ_BAGCHANGEBAGSIZE
public static final int RQ_BAGCHANGEBAGSIZE
- The request which changes the letters of Bag.
RQ_DECREASE_LETTER_COUNT
public static final int RQ_DECREASE_LETTER_COUNT
All Packages Class Hierarchy This Package Previous Next Index