net.sf.freecol.common.networking
Interface NetworkConstants

All Known Implementing Classes:
InGameController, InGameInputHandler

public interface NetworkConstants

Contains the network constants. These constants are used by the controllers and input handlers when they are communicating.


Field Summary
static int NO_TRADE
           
static int NO_TRADE_GOODS
           
static int NO_TRADE_HAGGLE
           
static int NO_TRADE_HOSTILE
           
static int STEAL_LAND
           
 

Field Detail

STEAL_LAND

static final int STEAL_LAND
See Also:
Constant Field Values

NO_TRADE_GOODS

static final int NO_TRADE_GOODS
See Also:
Constant Field Values

NO_TRADE

static final int NO_TRADE
See Also:
Constant Field Values

NO_TRADE_HAGGLE

static final int NO_TRADE_HAGGLE
See Also:
Constant Field Values

NO_TRADE_HOSTILE

static final int NO_TRADE_HOSTILE
See Also:
Constant Field Values