com.j_spaces.map
Interface Command.Action

Enclosing class:
Command

public static interface Command.Action

The command action types.


Field Summary
static byte ACTION_TAKE
          Take type.
static byte ACTION_UPDATE
          Update type.
 

Field Detail

ACTION_TAKE

static final byte ACTION_TAKE
Take type.

See Also:
Constant Field Values

ACTION_UPDATE

static final byte ACTION_UPDATE
Update type.

See Also:
Constant Field Values