|
|||||||||
| Home >> All >> org >> osgi >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.osgi.framework
Interface BundleListener

- All Superinterfaces:
- java.util.EventListener
- All Known Subinterfaces:
- SynchronousBundleListener
- public interface BundleListener
- extends java.util.EventListener
A BundleEvent listener.
BundleListener is a listener interface that may be implemented by a bundle developer.
A BundleListener object is registered with the Framework using the
BundleContext.addBundleListener(org.osgi.framework.BundleListener) 55 method.
BundleListeners are called with a BundleEvent object when a bundle has been
installed, started, stopped, updated, or uninstalled.
- Version:
- $Revision: 1.1 $
| Method Summary | |
void |
bundleChanged(BundleEvent event)
Receives notification that a bundle has had a lifecycle change. |
| Method Detail |
bundleChanged
public void bundleChanged(BundleEvent event)
- Receives notification that a bundle has had a lifecycle change.
|
|||||||||
| Home >> All >> org >> osgi >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC