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