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

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.export.ExporterUPnPEventListener
All Implemented Interfaces:
UPnPEventListener

public class ExporterUPnPEventListener
extends Object
implements UPnPEventListener


Field Summary
 
Fields inherited from interface org.osgi.service.upnp.UPnPEventListener
UPNP_FILTER
 
Constructor Summary
ExporterUPnPEventListener(org.cybergarage.upnp.Device d)
           
 
Method Summary
 void notifyUPnPEvent(String deviceId, String serviceId, Dictionary events)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterUPnPEventListener

public ExporterUPnPEventListener(org.cybergarage.upnp.Device d)
Method Detail

notifyUPnPEvent

public void notifyUPnPEvent(String deviceId,
                            String serviceId,
                            Dictionary events)
Specified by:
notifyUPnPEvent in interface UPnPEventListener
See Also:
UPnPEventListener.notifyUPnPEvent(java.lang.String, java.lang.String, java.util.Dictionary)


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