|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UPnPStateVariableListener
This interface represents a client variable change listener
for a UPnPClientService object.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||