public interface UPnPStateVariableListener extends EventListener
UPnPClientService object.| Modifier and Type | Method and Description |
|---|---|
void |
notifySubscribed(UPnPClientService service)
Notifies the listener that the control point has successfully
subscribed to receive state variable eventing from the specified
service.
|
void |
notifyUnsubscribed(UPnPClientService service)
Notifies the listener that the control point has successfully
unsubscribed from receiving state variable eventing from the specified
service.
|
void |
notifyValueChanged(UPnPClientStateVariable variable)
Notifies the listener that the value of the UPnP state variable being
listened to has changed.
|
void notifyValueChanged(UPnPClientStateVariable variable)
variable - The UPnP state variable that changed.void notifySubscribed(UPnPClientService service)
service - The UPnP service that was subscribed to.void notifyUnsubscribed(UPnPClientService service)
service - The UPnP service that was un-subscribed from.Copyright © 2013 CableLabs. All rights reserved.