public interface EventListener
| Modifier and Type | Method and Description |
|---|---|
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
|
boolean isMonitored(UaNode node)
node - the node to checkCopyright © 2026. All rights reserved.