|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleListener | |
---|---|
org.eclipse.osgi.event | |
org.eclipse.osgi.framework.internal.core | |
org.osgi.framework |
Uses of BundleListener in org.eclipse.osgi.event |
---|
Subinterfaces of BundleListener in org.eclipse.osgi.event | |
---|---|
interface |
BatchBundleListener
A batch BundleEvent listener. |
Uses of BundleListener in org.eclipse.osgi.framework.internal.core |
---|
Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleListener | |
---|---|
void |
BundleContextImpl.addBundleListener(BundleListener listener)
Add a bundle listener. |
void |
BundleContextImpl.removeBundleListener(BundleListener listener)
Remove a bundle listener. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |