| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingAddressSpace.onEventItemsCreated(List<EventItem> eventItems) |
void |
AddressSpaceComposite.onEventItemsCreated(List<EventItem> eventItems) |
void |
ForwardingAddressSpace.onEventItemsDeleted(List<EventItem> eventItems) |
void |
AddressSpaceComposite.onEventItemsDeleted(List<EventItem> eventItems) |
void |
ForwardingAddressSpace.onEventItemsModified(List<EventItem> eventItems) |
void |
AddressSpaceComposite.onEventItemsModified(List<EventItem> eventItems) |
| Modifier and Type | Method and Description |
|---|---|
default void |
MonitoredItemServices.onEventItemsCreated(List<EventItem> eventItems)
EventItems have been created for nodes belonging to this MonitoredItemServices. |
default void |
MonitoredItemServices.onEventItemsDeleted(List<EventItem> eventItems)
EventItems have been deleted for nodes belonging to this MonitoredItemServices. |
default void |
MonitoredItemServices.onEventItemsModified(List<EventItem> eventItems)
EventItems have been modified for nodes belonging to this MonitoredItemServices. |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoredEventItem |
| Modifier and Type | Method and Description |
|---|---|
void |
OpcUaNamespace.onEventItemsCreated(List<EventItem> eventItems) |
void |
OpcUaNamespace.onEventItemsDeleted(List<EventItem> eventItems) |
void |
OpcUaNamespace.onEventItemsModified(List<EventItem> eventItems) |
Copyright © 2021. All rights reserved.