Package | Description |
---|---|
org.osgi.framework |
Modifier and Type | Interface and Description |
---|---|
interface |
SynchronousBundleListener
A synchronous
BundleEvent listener. |
Modifier and Type | Method and 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. |
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.