org.jogre.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.1
Author:
Bob Marks
See Also:
ITransmittable

Field Summary
static String CHAT_BROADCAST
          Header token of a CommChatBroadcast communications object.
static String CHAT_PRIVATE
          Header token of a CommChatPrivate communications object.
static String CHAT_ROOM
          Header token of a CommChatRoom communications object.
static String CONNECT
          Header token of a CommConnect communications object.
static String DISCONNECT
          Header token of a CommDisconnect communications object.
static String ERROR
          Header token of a CommError 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 OFFER_DRAW
          Header token of a CommOfferDraw communications object.
static String TABLE_ACTION
          Header token of a CommTableAction communications object.
static String USER
          Header token of a User object.
 

Field Detail

CHAT_BROADCAST

public static final String CHAT_BROADCAST
Header token of a CommChatBroadcast communications object.

CHAT_ROOM

public static final String CHAT_ROOM
Header token of a CommChatRoom communications object.

CHAT_PRIVATE

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

CONNECT

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

DISCONNECT

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

ERROR

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

GAME_OVER

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

INVITE

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

OFFER_DRAW

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

TABLE_ACTION

public static final String TABLE_ACTION
Header token of a CommTableAction communications object.

USER

public static final String USER
Header token of a User object.