public interface FwkServiceStateEventInterface extends FwkEventInterface
Modifier and Type | Field and Description |
---|---|
static int |
CONTINUE_PENDING
The continue pending state.
|
static int |
NOT_INITIALIZED
The paused not initialized state.
|
static int |
PAUSE_PENDING
The paused pending state.
|
static int |
PAUSED
The paused state.
|
static int |
RUNNING
The running state.
|
static int |
SHUTTING_DOWN
The paused shutting down state.
|
static int |
START_PENDING
The start pending state.
|
static int |
STOP_PENDING
The stop pending state.
|
static int |
STOPPED
The stopped state.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get the message.
|
int |
getState()
Get the state of the event.
|
getSource
getVersion, release
static final int START_PENDING
static final int STOP_PENDING
static final int STOPPED
static final int RUNNING
static final int PAUSED
static final int PAUSE_PENDING
static final int CONTINUE_PENDING
static final int SHUTTING_DOWN
static final int NOT_INITIALIZED