public abstract class UDNodeDevicePropertiesProcessor
extends java.lang.Object
Constructor and Description |
---|
UDNodeDevicePropertiesProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onPropertiesRefreshed(UDProxyDevice proxyDevice,
java.lang.String nodeId)
Called whenever all the properties are refreshed for a node.
|
abstract void |
onPropertiesRefreshedComplete(UDProxyDevice proxyDevice)
Called after the properties for one or more nodes has been refreshed.
|
abstract void |
onPropertyChange(UDProxyDevice proxyDevice,
java.lang.String nodeId,
com.universaldevices.common.properties.UDProperty<?> property)
Called whenever a property has changed.
|
public abstract void onPropertyChange(UDProxyDevice proxyDevice, java.lang.String nodeId, com.universaldevices.common.properties.UDProperty<?> property)
proxyDevice
- ProxyDevice owning the nodesnodeId
- The ID of the node containing the propertyproperty
- The property that changedpublic abstract void onPropertiesRefreshed(UDProxyDevice proxyDevice, java.lang.String nodeId)
proxyDevice
- ProxyDevice owning the nodesnodeId
- The ID of the node whose properties were refreshedpublic abstract void onPropertiesRefreshedComplete(UDProxyDevice proxyDevice)
proxyDevice
-