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_NEED_FOR_THE_GOODS
           
static int NO_TRADE
           
 

Field Detail

NO_TRADE

static final int NO_TRADE
See Also:
Constant Field Values

NO_NEED_FOR_THE_GOODS

static final int NO_NEED_FOR_THE_GOODS
See Also:
Constant Field Values