Package | Description |
---|---|
com.udi.isy.jsdk | |
com.universaldevices.client | |
com.universaldevices.device.model | |
com.universaldevices.upnp |
Modifier and Type | Method and Description |
---|---|
abstract void |
ISYClient.onModelChanged(UDControl control,
java.lang.Object value,
UDNode node)
This method is invoked when ISY senses a change in the value of
any
UDControl for any UDNode |
void |
ISYClient.onModelChanged(UDProxyDevice device,
UDControl control,
java.lang.Object value,
UDNode node)
This method is invoked when ISY senses a change in the value of
any
UDControl for any UDNode |
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.String,UDControl> |
UDClient.getControls()
Returns a
Hashtable of all the UDControl
(controls) as configured in the system |
Modifier and Type | Method and Description |
---|---|
void |
UDModelChangeListener.onModelChanged(UDProxyDevice device,
UDControl control,
java.lang.Object value,
UDNode node) |
void |
IModelChangeListener.onModelChanged(UDProxyDevice device,
UDControl control,
java.lang.Object value,
UDNode node)
Notifies the client that a
UDControl changed. |
void |
UDIModelChangeListenerStd.onModelChanged(UDProxyDevice device,
UDIEventProcessor.Info info,
UDControl control,
java.lang.Object value,
UDNode node)
Notifies the client that a
UDControl changed. |
Modifier and Type | Field and Description |
---|---|
java.util.Hashtable<java.lang.String,UDControl> |
UDProxyDevice.controls
A
Hashtable of all the controls |
Modifier and Type | Method and Description |
---|---|
UDControl |
UDProxyDevice.getSysUpdateControl()
Returns the
UDControl for system updates |