Package | Description |
---|---|
org.osgi.framework |
Framework Package Version 1.5.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
SynchronousBundleListener |
A synchronous
BundleEvent listener. |
Modifier and Type | Method | Description |
---|---|---|
void |
BundleContext.addBundleListener(BundleListener listener) |
Adds the specified
BundleListener object to the context
bundle's list of listeners if not already present. |
void |
BundleContext.removeBundleListener(BundleListener listener) |
Removes the specified
BundleListener object from the
context bundle's list of listeners. |