Interface UPnPLocalStateVariable

All Superinterfaces:
UPnPStateVariable

public interface UPnPLocalStateVariable extends UPnPStateVariable
A local UPnP state variable which allows the value of the state variable to be queried.
Since:
1.1
  • Method Details

    • getCurrentValue

      Object getCurrentValue()
      This method will keep the current values of UPnPStateVariables of a UPnPDevice whenever UPnPStateVariable's value is changed , this method must be called.
      Returns:
      Object current value of UPnPStateVariable. If the current value is initialized with the default value defined UPnP service description.
      Throws:
      IllegalStateException - If the UPnP state variable has been removed.