| Package | Description |
|---|---|
| synergynet3.web.shared.messages |
| Modifier and Type | Method and Description |
|---|---|
PerformActionMessage.MESSAGESTATE |
PerformActionMessage.getMessageState()
Gets the message state.
|
static PerformActionMessage.MESSAGESTATE |
PerformActionMessage.MESSAGESTATE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerformActionMessage.MESSAGESTATE[] |
PerformActionMessage.MESSAGESTATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PerformActionMessage(PerformActionMessage.MESSAGESTATE state)
Instantiates a new perform action message.
|