Uses of Interface
fr.imag.adele.bundle.upnp.lightingcontrols.model.SwitchPowerModel

Packages that use SwitchPowerModel
fr.imag.adele.bundle.upnp.lightingcontrols.impl   
fr.imag.adele.bundle.upnp.lightingcontrols.service   
 

Uses of SwitchPowerModel in fr.imag.adele.bundle.upnp.lightingcontrols.impl
 

Classes in fr.imag.adele.bundle.upnp.lightingcontrols.impl that implement SwitchPowerModel
 class SwitchPowerModelImpl
           
 

Uses of SwitchPowerModel in fr.imag.adele.bundle.upnp.lightingcontrols.service
 

Constructors in fr.imag.adele.bundle.upnp.lightingcontrols.service with parameters of type SwitchPowerModel
SwitchPower(org.osgi.service.upnp.UPnPDevice upnpDevice, String serviceId, String serviceType, String version, SwitchPowerModel model)
          constructor
SwitchPower.TargetStateVariable(org.osgi.service.upnp.UPnPService upnpService, SwitchPowerModel model)
           
SwitchPower.StatusStateVariable(org.osgi.service.upnp.UPnPService upnpService, SwitchPowerModel model)
           
SwitchPower.SetTargetAction(org.osgi.service.upnp.UPnPService upnpService, SwitchPowerModel model)
           
SwitchPower.GetTargetAction(org.osgi.service.upnp.UPnPService upnpService, SwitchPowerModel model)
           
SwitchPower.GetStatusAction(org.osgi.service.upnp.UPnPService upnpService, SwitchPowerModel model)