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