public interface AttributeObserver
| Modifier and Type | Method and Description |
|---|---|
void |
attributeChanged(UaNode node,
AttributeId attributeId,
Object value)
The Attribute indicated by
attributeId on node changed. |
void attributeChanged(UaNode node, AttributeId attributeId, Object value)
attributeId on node changed.node - the UaNode the change originated from.attributeId - the AttributeId that changed.value - the new value of the attribute.Copyright © 2018. All rights reserved.