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

Examples of org.apache.felix.upnp.sample.binaryLight.icons.LightIcon


  /* (non-Javadoc)
   * @see org.osgi.service.upnp.UPnPDevice#getIcons(java.lang.String)
   */
  public UPnPIcon[] getIcons(String locale) {
    UPnPIcon icon = new LightIcon();
    return new UPnPIcon[]{icon} ;
  }
View Full Code Here

TOP

Related Classes of org.apache.felix.upnp.sample.binaryLight.icons.LightIcon

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.