net.sf.magicproject.network
Interface IdMessages

All Known Implementing Classes:
Client, MBigPipe, Server

public interface IdMessages

Since:
0.2c
Author:
Fabrice Daugan

Field Summary
static byte BEGIN_GAME_DATA
          Comment for ID_BEGIN_GAME_DATA
static byte BEGIN_MESSAGE_DATA
          Comment for ID_BEGIN_MESSAGE_DATA
static byte CLICK_MANA
          An Mana choice.
static byte COLOR_ANSWER
          Comment for COLOR_ANSWER
static byte END_GAME_DATA
          Comment for ID_END_GAME_DATA
static byte END_MESSAGE_DATA
          Comment for ID_END_MESSAGE_DATA
static byte INTEGER_ANSWER
          Code identifying an 16 bits integer answer.
static int MAX_PLAYERS
          Comment for MAX_PLAYERS
static byte MOVE_ORDER_ANSWER
          Comment for MOVE_ORDER_ANSWER
static byte MSG_ANSWER
          Comment for MSG_ANSWER
static byte MSG_CHOICE
          Comment for MSG_CHOICE
static byte MSG_CLICK_ABILITY
          Comment for MSG_CLICK_ABILITY
static byte MSG_CLICK_ACTION
          An Choosen action choice.
static byte MSG_CLICK_CARD
          Comment for MSG_CLICK_CARD
static byte MSG_CLICK_MANA
          Comment for MSG_CLICK_MANA
static byte MSG_CLICK_PLAYER
          Comment for MSG_CLICK_PLAYER
static byte MSG_CLICK_TRIGGERED_CARD
          Comment for MSG_CLICK_TRIGGERED_CARD
static byte MSG_DISCONNECT
          Comment for MSG_DISCONNECT
static byte MSG_SKIP
          Comment for MSG_SKIP
static byte PROPERTY_ANSWER
          Comment for PROPERTY_ANSWER
static byte REPLACEMENT_ANSWER
          Comment for REPLACEMENT_ANSWER
static java.lang.String STR_DISCONNECT
          Comment for STR_DISCONNECT
static java.lang.String STR_DONE
          Comment for STR_DONE
static java.lang.String STR_NEED_ACK
          Comment for STR_NEED_ACK
static java.lang.String STR_NOPASSWD
          Comment for STR_NOPASSWD
static java.lang.String STR_OK
          Comment for STR_OK
static java.lang.String STR_PASSWD
          Comment for STR_PASSWD
static java.lang.String STR_WRONGPASSWD
          Comment for STR_WRONGPASSWD
static java.lang.String STR_WRONGVERSION
          The wrong version message.
static int TIME_OUT
          Comment for TIME_OUT
static byte TRIGGERED_CARD_CHOICE
          Comment for TRIGGERED_CARD_CHOICE
static byte ZONE_ANSWER
          Comment for ZONE_ANSWER
 

Field Detail

MSG_CHOICE

static final byte MSG_CHOICE
Comment for MSG_CHOICE

See Also:
Constant Field Values

MSG_CLICK_CARD

static final byte MSG_CLICK_CARD
Comment for MSG_CLICK_CARD

See Also:
Constant Field Values

MSG_DISCONNECT

static final byte MSG_DISCONNECT
Comment for MSG_DISCONNECT

See Also:
Constant Field Values

MSG_CLICK_MANA

static final byte MSG_CLICK_MANA
Comment for MSG_CLICK_MANA

See Also:
Constant Field Values

MSG_CLICK_PLAYER

static final byte MSG_CLICK_PLAYER
Comment for MSG_CLICK_PLAYER

See Also:
Constant Field Values

REPLACEMENT_ANSWER

static final byte REPLACEMENT_ANSWER
Comment for REPLACEMENT_ANSWER

See Also:
Constant Field Values

MOVE_ORDER_ANSWER

static final byte MOVE_ORDER_ANSWER
Comment for MOVE_ORDER_ANSWER

See Also:
Constant Field Values

INTEGER_ANSWER

static final byte INTEGER_ANSWER
Code identifying an 16 bits integer answer.

See Also:
Constant Field Values

MSG_ANSWER

static final byte MSG_ANSWER
Comment for MSG_ANSWER

See Also:
Constant Field Values

MSG_SKIP

static final byte MSG_SKIP
Comment for MSG_SKIP

See Also:
Constant Field Values

BEGIN_MESSAGE_DATA

static final byte BEGIN_MESSAGE_DATA
Comment for ID_BEGIN_MESSAGE_DATA

See Also:
Constant Field Values

END_MESSAGE_DATA

static final byte END_MESSAGE_DATA
Comment for ID_END_MESSAGE_DATA

See Also:
Constant Field Values

BEGIN_GAME_DATA

static final byte BEGIN_GAME_DATA
Comment for ID_BEGIN_GAME_DATA

See Also:
Constant Field Values

END_GAME_DATA

static final byte END_GAME_DATA
Comment for ID_END_GAME_DATA

See Also:
Constant Field Values

MSG_CLICK_ABILITY

static final byte MSG_CLICK_ABILITY
Comment for MSG_CLICK_ABILITY

See Also:
Constant Field Values

MSG_CLICK_TRIGGERED_CARD

static final byte MSG_CLICK_TRIGGERED_CARD
Comment for MSG_CLICK_TRIGGERED_CARD

See Also:
Constant Field Values

COLOR_ANSWER

static final byte COLOR_ANSWER
Comment for COLOR_ANSWER

See Also:
Constant Field Values

TRIGGERED_CARD_CHOICE

static final byte TRIGGERED_CARD_CHOICE
Comment for TRIGGERED_CARD_CHOICE

See Also:
Constant Field Values

MSG_CLICK_ACTION

static final byte MSG_CLICK_ACTION
An Choosen action choice.

See Also:
Constant Field Values

CLICK_MANA

static final byte CLICK_MANA
An Mana choice.

See Also:
Constant Field Values

ZONE_ANSWER

static final byte ZONE_ANSWER
Comment for ZONE_ANSWER

See Also:
Constant Field Values

PROPERTY_ANSWER

static final byte PROPERTY_ANSWER
Comment for PROPERTY_ANSWER

See Also:
Constant Field Values

STR_PASSWD

static final java.lang.String STR_PASSWD
Comment for STR_PASSWD

See Also:
Constant Field Values

STR_OK

static final java.lang.String STR_OK
Comment for STR_OK

See Also:
Constant Field Values

STR_NOPASSWD

static final java.lang.String STR_NOPASSWD
Comment for STR_NOPASSWD

See Also:
Constant Field Values

STR_WRONGPASSWD

static final java.lang.String STR_WRONGPASSWD
Comment for STR_WRONGPASSWD

See Also:
Constant Field Values

STR_WRONGVERSION

static final java.lang.String STR_WRONGVERSION
The wrong version message.

See Also:
Constant Field Values

STR_DISCONNECT

static final java.lang.String STR_DISCONNECT
Comment for STR_DISCONNECT

See Also:
Constant Field Values

STR_NEED_ACK

static final java.lang.String STR_NEED_ACK
Comment for STR_NEED_ACK

See Also:
Constant Field Values

STR_DONE

static final java.lang.String STR_DONE
Comment for STR_DONE

See Also:
Constant Field Values

MAX_PLAYERS

static final int MAX_PLAYERS
Comment for MAX_PLAYERS

See Also:
Constant Field Values

TIME_OUT

static final int TIME_OUT
Comment for TIME_OUT

See Also:
Constant Field Values


Copyright © 2003-2007 Magic-Project. All Rights Reserved.