Package org.apache.felix.upnp.sample.binaryLight.services

Examples of org.apache.felix.upnp.sample.binaryLight.services.PowerSwitchService


 
  public LightDevice(BundleContext context) {
    this.context=context;
    model = new LightModel();
    ui = new LightUI(model);
    powerSwitch = new PowerSwitchService(model);
    services = new UPnPService[]{powerSwitch};
    setupDeviceProperties();
    buildEventNotifyer();
  }
View Full Code Here

TOP

Related Classes of org.apache.felix.upnp.sample.binaryLight.services.PowerSwitchService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.