public static interface UaMonitoredItem.EventConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
onEventArrived(UaMonitoredItem item,
org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] eventValues)
A new event has arrived for the
UaMonitoredItem item. |
void onEventArrived(UaMonitoredItem item, org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] eventValues)
UaMonitoredItem item.item - the UaMonitoredItem this event is for.eventValues - the event values.Copyright © 2021. All rights reserved.