public interface FwkExecuteStateEventInterface extends FwkEventInterface
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
Ste state when an error occurred.
|
static int |
READY
The command object is ready.
|
static int |
STARTED
The state when the command was stated.
|
static int |
STOPPED
The state when the command was stopped.
|
static int |
WILL_START
The state when the command will start.
|
static int |
WILL_STOP
The state when the command will stop.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get a message string.
|
int |
getState()
Get the execute state.
|
getSource
getVersion, release
static final int READY
static final int WILL_START
static final int STARTED
static final int WILL_STOP
static final int STOPPED
static final int ERROR