org.apache.felix.upnp.basedriver.export
Class GeneralActionListener

java.lang.Object
  extended by 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


Constructor Summary
GeneralActionListener(ServiceReference sr, String serviceId)
           
 
Method Summary
 boolean actionControlReceived(org.cybergarage.upnp.Action upnpAct)
           
 void serviceChanged(ServiceEvent e)
          Receives notification that a service has had a lifecycle change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralActionListener

public GeneralActionListener(ServiceReference sr,
                             String serviceId)
Parameters:
osgiServ -
Method Detail

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 © 2011 Apache Software Foundation. All Rights Reserved.