org.apache.felix.upnp.basedriver.export
Class GeneralActionListener
java.lang.Object
org.apache.felix.upnp.basedriver.export.GeneralActionListener
- All Implemented Interfaces:
- EventListener, org.cybergarage.upnp.control.ActionListener, ServiceListener
public class GeneralActionListener
- extends Object
- implements ServiceListener, org.cybergarage.upnp.control.ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralActionListener
public GeneralActionListener(ServiceReference sr,
String serviceId)
- Parameters:
osgiServ
-
actionControlReceived
public boolean actionControlReceived(org.cybergarage.upnp.Action upnpAct)
- Specified by:
actionControlReceived
in interface org.cybergarage.upnp.control.ActionListener
- See Also:
ActionListener.actionControlReceived(org.cybergarage.upnp.Action)
serviceChanged
public void serviceChanged(ServiceEvent e)
- Description copied from interface:
ServiceListener
- Receives notification that a service has had a lifecycle change.
- Specified by:
serviceChanged
in interface ServiceListener
- Parameters:
e
- The ServiceEvent
object.- See Also:
ServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.