org.apache.felix.upnp.extra.util
Class UPnPEventNotifier

java.lang.Object
  extended by org.apache.felix.upnp.extra.util.UPnPEventNotifier
All Implemented Interfaces:
java.beans.PropertyChangeListener, EventListener, ServiceListener

public class UPnPEventNotifier
extends Object
implements java.beans.PropertyChangeListener, ServiceListener


Constructor Summary
UPnPEventNotifier(BundleContext context, UPnPDevice device, UPnPService service)
           
UPnPEventNotifier(BundleContext context, UPnPDevice device, UPnPService service, EventSource source)
           
 
Method Summary
 void destroy()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void serviceChanged(ServiceEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPnPEventNotifier

public UPnPEventNotifier(BundleContext context,
                         UPnPDevice device,
                         UPnPService service,
                         EventSource source)

UPnPEventNotifier

public UPnPEventNotifier(BundleContext context,
                         UPnPDevice device,
                         UPnPService service)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

serviceChanged

public void serviceChanged(ServiceEvent e)
Specified by:
serviceChanged in interface ServiceListener

destroy

public void destroy()


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