Uses of Interface
org.ocap.hn.upnp.client.UPnPClientStateVariable

Packages that use UPnPClientStateVariable
org.ocap.hn.upnp.client Provides UPnP client functionality, permitting access to devices and services on a home network. 
 

Uses of UPnPClientStateVariable in org.ocap.hn.upnp.client
 

Methods in org.ocap.hn.upnp.client that return UPnPClientStateVariable
 UPnPClientStateVariable UPnPClientService.getStateVariable(String stateVariableName)
          Gets a UPnP state variable from the UPnP description of this service.
 UPnPClientStateVariable[] UPnPClientService.getStateVariables()
          Gets all of the UPnP state variables supported by this service.
 

Methods in org.ocap.hn.upnp.client with parameters of type UPnPClientStateVariable
 void UPnPStateVariableListener.notifyValueChanged(UPnPClientStateVariable variable)
          Notifies the listener that the value of the UPnP state variable being listened to has changed.
 



Copyright © 2011. All Rights Reserved.