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)
           
 
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)
Specified by:
serviceChanged in interface ServiceListener
See Also:
ServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)


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