Uses of Class
org.apache.felix.upnp.sample.binaryLight.LightModel

Packages that use LightModel
org.apache.felix.upnp.sample.binaryLight   
org.apache.felix.upnp.sample.binaryLight.actions   
org.apache.felix.upnp.sample.binaryLight.devices   
org.apache.felix.upnp.sample.binaryLight.services   
org.apache.felix.upnp.sample.binaryLight.statevariables   
 

Uses of LightModel in org.apache.felix.upnp.sample.binaryLight
 

Constructors in org.apache.felix.upnp.sample.binaryLight with parameters of type LightModel
LightUI(LightModel model)
           
 

Uses of LightModel in org.apache.felix.upnp.sample.binaryLight.actions
 

Constructors in org.apache.felix.upnp.sample.binaryLight.actions with parameters of type LightModel
GetStatusAction(LightModel model, UPnPStateVariable state)
           
GetTargetAction(LightModel model, UPnPStateVariable state)
           
SetTargetAction(LightModel model, UPnPStateVariable state)
           
 

Uses of LightModel in org.apache.felix.upnp.sample.binaryLight.devices
 

Methods in org.apache.felix.upnp.sample.binaryLight.devices that return LightModel
 LightModel LightDevice.getModel()
           
 

Uses of LightModel in org.apache.felix.upnp.sample.binaryLight.services
 

Constructors in org.apache.felix.upnp.sample.binaryLight.services with parameters of type LightModel
PowerSwitchService(LightModel model)
           
 

Uses of LightModel in org.apache.felix.upnp.sample.binaryLight.statevariables
 

Constructors in org.apache.felix.upnp.sample.binaryLight.statevariables with parameters of type LightModel
StatusStateVariable(LightModel model)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.