Package | Description |
---|---|
com.universaldevices.device.model | |
com.universaldevices.upnp |
Modifier and Type | Method and Description |
---|---|
void |
UDIModelChangeListenerStd.onModelChanged(UDProxyDevice device,
UDIEventProcessor.Info info,
UDControl control,
java.lang.Object value,
UDNode node)
Notifies the client that a
UDControl changed. |
java.lang.Object |
UDNode.updateState(UDIEventProcessor.Info info,
java.lang.String control,
java.lang.String value)
Updates the current value for the control for this node.
|
Modifier and Type | Method and Description |
---|---|
void |
UDIDeviceStateListenerStd.deviceStateChanged(UDProxyDevice device,
UDIEventProcessor.Info info,
java.lang.String control,
java.lang.String action,
java.lang.String node,
XMLElement eventInfo,
boolean is_group)
This is called in addition to the other version of this method UDDeviceStateListener.
|
void |
UDControlPoint.deviceStateChanged(UDProxyDevice device,
UDIEventProcessor.Info info,
java.lang.String control,
java.lang.String action,
java.lang.String node,
XMLElement ei,
boolean is_group)
ISY's state changed
|
void |
UDIEventProcessor.processEvent(UDProxyDevice device,
UDIEventProcessor.Info info,
java.lang.String control,
java.lang.String action,
java.lang.String node,
XMLElement ei)
Process the event by providing the appropriate callback to the given listener
|