All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface scrobble.ScrobbleConstants

public interface ScrobbleConstants
ScrobbleConstants


Variable Index

 o BAG_CREATED
Server Status message : a bag has been created
 o BAG_EMPTY
Server Status message : the bag is empty
 o BAG_GROUP
Bag group : for communication between Bag objects
 o BOARD_CREATED
Server Status message : a board has been created
 o BOARD_GROUP
Bag group : for communication between Bag objects
 o BOARD_PUT_WORD
 o CONFIGURATION
Server Status message : the object of configuration has to be writen
 o CONFIGURATION_CHOICE_MADE
Server Status message : the object of configuration has been writen
 o LETTER_TAKEN
Server Status message : a letter has been taken in the bag
 o PLAYER_CREATED
Server Status message : a player has been created
 o PLAYER_LEFT
Server Status message : a player has moved
 o PLAYER_PLAYS
Server Status message : the player is playing
 o POSITION
Server Status message : the word isn't allowed because of its position
 o RQ_BAGCHANGEBAGSIZE
The request which changes the letters of Bag.
 o RQ_BAGCHANGELETTERS
The request which changes the letters of Bag.
 o RQ_DECREASE_LETTER_COUNT
 o ST_PLAY_WORD
 o WORD
Server Status message : the word isn't allowed because it doesn't exist in the dictionary
 o WORD_FALSE
Server Status message : a word has not been accepted

Variables

 o BAG_CREATED
 public static final int BAG_CREATED
Server Status message : a bag has been created

 o BOARD_CREATED
 public static final int BOARD_CREATED
Server Status message : a board has been created

 o PLAYER_CREATED
 public static final int PLAYER_CREATED
Server Status message : a player has been created

 o PLAYER_LEFT
 public static final int PLAYER_LEFT
Server Status message : a player has moved

 o LETTER_TAKEN
 public static final int LETTER_TAKEN
Server Status message : a letter has been taken in the bag

 o WORD_FALSE
 public static final int WORD_FALSE
Server Status message : a word has not been accepted

 o BAG_EMPTY
 public static final int BAG_EMPTY
Server Status message : the bag is empty

 o PLAYER_PLAYS
 public static final int PLAYER_PLAYS
Server Status message : the player is playing

 o CONFIGURATION
 public static final int CONFIGURATION
Server Status message : the object of configuration has to be writen

 o CONFIGURATION_CHOICE_MADE
 public static final int CONFIGURATION_CHOICE_MADE
Server Status message : the object of configuration has been writen

 o ST_PLAY_WORD
 public static final int ST_PLAY_WORD
 o POSITION
 public static final int POSITION
Server Status message : the word isn't allowed because of its position

 o WORD
 public static final int WORD
Server Status message : the word isn't allowed because it doesn't exist in the dictionary

 o BAG_GROUP
 public static final int BAG_GROUP
Bag group : for communication between Bag objects

 o BOARD_GROUP
 public static final int BOARD_GROUP
Bag group : for communication between Bag objects

 o BOARD_PUT_WORD
 public static final int BOARD_PUT_WORD
 o RQ_BAGCHANGELETTERS
 public static final int RQ_BAGCHANGELETTERS
The request which changes the letters of Bag.

 o RQ_BAGCHANGEBAGSIZE
 public static final int RQ_BAGCHANGEBAGSIZE
The request which changes the letters of Bag.

 o RQ_DECREASE_LETTER_COUNT
 public static final int RQ_DECREASE_LETTER_COUNT

All Packages  Class Hierarchy  This Package  Previous  Next  Index