| Package | Description |
|---|---|
| pt.lsts.imc | |
| pt.lsts.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static FormCtrlParam |
FormCtrlParam.clone(IMCMessage msg) |
static FormCtrlParam |
FormCtrlParam.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
FormCtrlParam |
ImcSysState.lastFormCtrlParam()
Retrieve the last
FormCtrlParam or null if no message of that type was received yet. |
FormCtrlParam |
ImcSysState.lastFormCtrlParam(java.lang.String entityName)
Retrieve the last
FormCtrlParam generated by the given entityName or null if no such message was received yet. |
FormCtrlParam |
ImcSysState.pollFormCtrlParam(long timeoutMillis)
Wait and retrieve the next
FormCtrlParam. |
FormCtrlParam |
ImcSysState.pollFormCtrlParam(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
FormCtrlParam generated by given entity. |