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

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.export.ActionDispatcher
All Implemented Interfaces:
org.cybergarage.upnp.control.ActionListener

public class ActionDispatcher
extends java.lang.Object
implements org.cybergarage.upnp.control.ActionListener


Constructor Summary
ActionDispatcher(org.osgi.framework.ServiceReference sr)
           
 
Method Summary
 boolean actionControlReceived(org.cybergarage.upnp.Action action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDispatcher

public ActionDispatcher(org.osgi.framework.ServiceReference sr)
Method Detail

actionControlReceived

public boolean actionControlReceived(org.cybergarage.upnp.Action action)
Specified by:
actionControlReceived in interface org.cybergarage.upnp.control.ActionListener
See Also:
ActionListener.actionControlReceived(org.cybergarage.upnp.Action)