Uses of Class
com.universaldevices.device.model.UDControl

Packages that use UDControl
com.udi.isy.jsdk   
com.universaldevices.client   
com.universaldevices.device.model   
com.universaldevices.upnp   
example   
 

Uses of UDControl in com.udi.isy.jsdk
 

Methods in com.udi.isy.jsdk with parameters of type UDControl
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
 

Uses of UDControl in com.universaldevices.client
 

Methods in com.universaldevices.client that return types with arguments of type UDControl
 java.util.Hashtable<java.lang.String,UDControl> UDClient.getControls()
          Returns a Hashtable of all the UDControl (controls) as configured in the system
 

Uses of UDControl in com.universaldevices.device.model
 

Methods in com.universaldevices.device.model with parameters of type UDControl
 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.
 

Uses of UDControl in com.universaldevices.upnp
 

Fields in com.universaldevices.upnp with type parameters of type UDControl
 java.util.Hashtable<java.lang.String,UDControl> UDProxyDevice.controls
          A Hashtable of all the controls
 

Methods in com.universaldevices.upnp that return UDControl
 UDControl UDProxyDevice.getSysUpdateControl()
          Returns the UDControl for system updates
 

Uses of UDControl in example
 

Methods in example with parameters of type UDControl
 void MyISYInsteonClient.onModelChanged(UDControl control, java.lang.Object value, UDNode node)
          This method is invoked everytime there's a change in the state of a control for a node (Insteon Device)