org.jogre.common.comm
Interface Comm


public interface Comm

Interface for the variour standard communcations object which are available in the JOGRE api. The various Strings of this interface is the header of a ITransmittable object (1st token of the flattened String).

Version:
Alpha 0.2.3
Author:
Bob Marks
See Also:
ITransmittable

Field Summary
static String CHAT_GAME
          Header token of a CommChatGame communications object.
static String CHAT_PRIVATE
          Header token of a CommChatPrivate communications object.
static String CHAT_TABLE
          Header token of a CommChatTable communications object.
static String CONTROLLER_OBJECT
          Header token of a CommControllerProperty communications object.
static String CONTROLLER_PROPERTY
          Header token of a CommControllerProperty communications object.
static String DISCONNECT
          Header token of a CommDisconnect communications object.
static String ERROR
          Header token of a CommError communications object.
static String EXIT_TABLE
          Header token of a CommExitTable communications object.
static String GAME
          Header token of the data class Game.
static String GAME_CONNECT
          Header token of a CommConnect communications object.
static String GAME_OVER
          Header token of a CommGameOver communications object.
static String INVITE
          Header token of a CommInvite communications object.
static String JOIN_TABLE
           
static String MASTER_SERVER_CONNECT
          Header token of a CommMasterServerConnect communications object.
static String MASTER_SERVER_MESSAGE
          Header token of a CommMasterServerMesssage communications object.
static String MODEL
          Header token of the data class Table.
static String NEW_TABLE
          Header token of a CommNewTable object.
static String NEXT_PLAYER
          Header token of a CommNextPlayer object.
static String OFFER_DRAW
          Header token of a CommOfferDraw communications object.
static String PLAYER
          Header token of the data class Player.
static String PLAYER_LIST
          Header token of the data class PlayerList.
static String PLAYER_STATE
          Header token of a CommPlayerState communications object.
static String PROP_PLAYERS
          Minimum number of user.
static String READY_TO_START
          Header token of a CommReadyToStart communications object.
static String REQUEST_DATA
          Header token of a CommReadyToStart communications object.
static String SIT_DOWN
          Header token of a CommSitDown communications object.
static String STAND_UP
          Header token of a CommStandUp communications object.
static String START_GAME
          Header token of a CommStartGame communications object.
static String TABLE
          Header token of the data class Table.
static String TABLE_LIST
          Header token of the data class TableList.
static String TABLE_PROPERTY
          Header token of a CommTableProperty communications object.
static String USER
          Header token of the data class User.
static String USER_LIST
          Header token of the data class UserList.
 

Field Detail

GAME

public static final String GAME
Header token of the data class Game.

See Also:
Constant Field Values

USER_LIST

public static final String USER_LIST
Header token of the data class UserList.

See Also:
Constant Field Values

USER

public static final String USER
Header token of the data class User.

See Also:
Constant Field Values

TABLE_LIST

public static final String TABLE_LIST
Header token of the data class TableList.

See Also:
Constant Field Values

TABLE

public static final String TABLE
Header token of the data class Table.

See Also:
Constant Field Values

MODEL

public static final String MODEL
Header token of the data class Table.

See Also:
Constant Field Values

PLAYER_LIST

public static final String PLAYER_LIST
Header token of the data class PlayerList.

See Also:
Constant Field Values

PLAYER

public static final String PLAYER
Header token of the data class Player.

See Also:
Constant Field Values

CHAT_GAME

public static final String CHAT_GAME
Header token of a CommChatGame communications object.

See Also:
Constant Field Values

CHAT_PRIVATE

public static final String CHAT_PRIVATE
Header token of a CommChatPrivate communications object.

See Also:
Constant Field Values

CHAT_TABLE

public static final String CHAT_TABLE
Header token of a CommChatTable communications object.

See Also:
Constant Field Values

GAME_CONNECT

public static final String GAME_CONNECT
Header token of a CommConnect communications object.

See Also:
Constant Field Values

MASTER_SERVER_CONNECT

public static final String MASTER_SERVER_CONNECT
Header token of a CommMasterServerConnect communications object.

See Also:
Constant Field Values

MASTER_SERVER_MESSAGE

public static final String MASTER_SERVER_MESSAGE
Header token of a CommMasterServerMesssage communications object.

See Also:
Constant Field Values

CONTROLLER_PROPERTY

public static final String CONTROLLER_PROPERTY
Header token of a CommControllerProperty communications object.

See Also:
Constant Field Values

CONTROLLER_OBJECT

public static final String CONTROLLER_OBJECT
Header token of a CommControllerProperty communications object.

See Also:
Constant Field Values

DISCONNECT

public static final String DISCONNECT
Header token of a CommDisconnect communications object.

See Also:
Constant Field Values

ERROR

public static final String ERROR
Header token of a CommError communications object.

See Also:
Constant Field Values

EXIT_TABLE

public static final String EXIT_TABLE
Header token of a CommExitTable communications object.

See Also:
Constant Field Values

GAME_OVER

public static final String GAME_OVER
Header token of a CommGameOver communications object.

See Also:
Constant Field Values

INVITE

public static final String INVITE
Header token of a CommInvite communications object.

See Also:
Constant Field Values

JOIN_TABLE

public static final String JOIN_TABLE
See Also:
Constant Field Values

NEW_TABLE

public static final String NEW_TABLE
Header token of a CommNewTable object.

See Also:
Constant Field Values

NEXT_PLAYER

public static final String NEXT_PLAYER
Header token of a CommNextPlayer object.

See Also:
Constant Field Values

OFFER_DRAW

public static final String OFFER_DRAW
Header token of a CommOfferDraw communications object.

See Also:
Constant Field Values

PLAYER_STATE

public static final String PLAYER_STATE
Header token of a CommPlayerState communications object.

See Also:
Constant Field Values

READY_TO_START

public static final String READY_TO_START
Header token of a CommReadyToStart communications object.

See Also:
Constant Field Values

REQUEST_DATA

public static final String REQUEST_DATA
Header token of a CommReadyToStart communications object.

See Also:
Constant Field Values

SIT_DOWN

public static final String SIT_DOWN
Header token of a CommSitDown communications object.

See Also:
Constant Field Values

STAND_UP

public static final String STAND_UP
Header token of a CommStandUp communications object.

See Also:
Constant Field Values

START_GAME

public static final String START_GAME
Header token of a CommStartGame communications object.

See Also:
Constant Field Values

TABLE_PROPERTY

public static final String TABLE_PROPERTY
Header token of a CommTableProperty communications object.

See Also:
Constant Field Values

PROP_PLAYERS

public static final String PROP_PLAYERS
Minimum number of user.

See Also:
Constant Field Values