|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventListener
A listener for OPC UA events.
| Method Summary | |
|---|---|
boolean |
isMonitored(UaNode node)
Used to determine if the node is being monitored for events by a MonitoredItem of a client application. |
void |
onEvent(UaNode node,
EventData eventData)
A notification of an event |
| Method Detail |
|---|
boolean isMonitored(UaNode node)
node - the node to check
void onEvent(UaNode node,
EventData eventData)
node - The node that is triggering the eventeventData - EventData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||