org.apache.felix.upnp.extra.util
Class UPnPEventNotifier
java.lang.Object
org.apache.felix.upnp.extra.util.UPnPEventNotifier
- All Implemented Interfaces:
- PropertyChangeListener, EventListener, ServiceListener
public class UPnPEventNotifier
- extends Object
- implements PropertyChangeListener, ServiceListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPnPEventNotifier
public UPnPEventNotifier(BundleContext context,
UPnPDevice device,
UPnPService service,
EventSource source)
UPnPEventNotifier
public UPnPEventNotifier(BundleContext context,
UPnPDevice device,
UPnPService service)
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.