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

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

public class UPnPEventNotifier
extends Object
implements 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(PropertyChangeEvent evt)
           
 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

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(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

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.

destroy

public void destroy()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.