org.knopflerfish.framework
public class Listeners extends java.lang.Object implements BundleListener, FrameworkListener, ServiceListener
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(BundleEvent evt)
Receive notification that a bundle has had a change occur in its lifecycle.
|
void |
frameworkEvent(FrameworkEvent evt)
Receive notification of a general framework event.
|
void |
serviceChanged(ServiceEvent evt)
Receive notification that a service has had a change occur in its lifecycle.
|
public void bundleChanged(BundleEvent evt)
bundleChanged
in interface BundleListener
evt
- The BundleEvent
.BundleListener.bundleChanged(org.osgi.framework.BundleEvent)
public void frameworkEvent(FrameworkEvent evt)
frameworkEvent
in interface FrameworkListener
evt
- The FrameworkEvent
object.FrameworkListener.frameworkEvent(org.osgi.framework.FrameworkEvent)
public void serviceChanged(ServiceEvent evt)
serviceChanged
in interface ServiceListener
evt
- The ServiceEvent
object.ServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)