|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.universaldevices.device.model.UDNodeDevicePropertiesProcessor
public abstract class UDNodeDevicePropertiesProcessor
Processes Node Device Property events
Constructor Summary | |
---|---|
UDNodeDevicePropertiesProcessor()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDNodeDevicePropertiesProcessor()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |