Package | Description |
---|---|
org.apache.felix.framework.util | |
org.osgi.framework | |
org.osgi.framework.hooks.bundle | |
org.osgi.util.tracker |
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.fireBundleEvent(BundleEvent event,
Framework felix) |
void |
SecureAction.invokeBundleEventHook(EventHook eh,
BundleEvent event,
Collection<BundleContext> contexts) |
Modifier and Type | Method and Description |
---|---|
void |
BundleListener.bundleChanged(BundleEvent event)
Receives notification that a bundle has had a lifecycle change.
|
Modifier and Type | Method and Description |
---|---|
void |
EventHook.event(BundleEvent event,
Collection<BundleContext> contexts)
Bundle event hook method.
|
Modifier and Type | Method and Description |
---|---|
T |
BundleTrackerCustomizer.addingBundle(Bundle bundle,
BundleEvent event)
A bundle is being added to the
BundleTracker . |
T |
BundleTracker.addingBundle(Bundle bundle,
BundleEvent event)
Default implementation of the
BundleTrackerCustomizer.addingBundle method. |
void |
BundleTrackerCustomizer.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the
BundleTracker has been modified. |
void |
BundleTracker.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the
BundleTrackerCustomizer.modifiedBundle method. |
void |
BundleTrackerCustomizer.removedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the
BundleTracker has been removed. |
void |
BundleTracker.removedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the
BundleTrackerCustomizer.removedBundle method. |
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.