|
OSGi Service Platform Release 4 (draft) |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleListener | |
org.osgi.framework | The OSGi Framework Package. |
Uses of BundleListener in org.osgi.framework |
Subinterfaces of BundleListener in org.osgi.framework | |
interface |
SynchronousBundleListener
A synchronous BundleEvent listener. |
Methods in org.osgi.framework with parameters of type BundleListener | |
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. |
|
OSGi Service Platform Release 4 (draft) |
||||||||||
PREV NEXT | FRAMES NO FRAMES |