Package | Description |
---|---|
org.apache.felix.framework.util | |
org.eclipse.equinox.log.internal | |
org.eclipse.osgi.framework.internal.core | |
org.eclipse.osgi.internal.baseadaptor | |
org.eclipse.osgi.internal.composite | |
org.eclipse.osgi.internal.loader.buddy | |
org.eclipse.osgi.internal.signedcontent | |
org.osgi.framework |
Framework Package Version 1.7.
|
org.osgi.framework.hooks.bundle |
Framework Bundle Hooks Package Version 1.1.
|
org.osgi.util.tracker |
Tracker Package Version 1.5.
|
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 |
ExtendedLogServiceFactory.bundleChanged(BundleEvent event) |
void |
LogServiceManager.bundleChanged(BundleEvent event)
BundleListener.bundleChanged method.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameworkCommandProvider.bundleChanged(BundleEvent event)
This is used to track lazily activated bundles.
|
void |
Framework.publishBundleEventPrivileged(BundleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BaseStorage.bundleChanged(BundleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeConfigurator.bundleChanged(BundleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyHandler.bundleChanged(BundleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BundleInstallListener.bundleChanged(BundleEvent event) |
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 |
BundleTracker.addingBundle(Bundle bundle,
BundleEvent event)
Default implementation of the
BundleTrackerCustomizer.addingBundle method. |
T |
BundleTrackerCustomizer.addingBundle(Bundle bundle,
BundleEvent event)
A bundle is being added to the
BundleTracker . |
void |
BundleTracker.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the
BundleTrackerCustomizer.modifiedBundle method. |
void |
BundleTrackerCustomizer.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the
BundleTracker has been modified. |
void |
BundleTracker.removedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the
BundleTrackerCustomizer.removedBundle method. |
void |
BundleTrackerCustomizer.removedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the
BundleTracker has been removed. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.