|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A synchronous BundleEvent
listener.
SynchronousBundleListener
is a listener interface that may be
implemented by a bundle developer.
A SynchronousBundleListener
object is registered with the
Framework using the BundleContext.addBundleListener(org.osgi.framework.BundleListener)
method.
SynchronousBundleListener
objects are called with a
BundleEvent
object when a bundle has been installed,
resolved, started, stopped, updated, unresolved, or uninstalled.
Unlike normal BundleListener
objects,
SynchronousBundleListener
s are synchronously called during bundle
lifecycle processing. The bundle lifecycle processing will not proceed
until all SynchronousBundleListener
s have completed.
SynchronousBundleListener
objects will be called prior to
BundleListener
objects.
AdminPermission
is required to add or remove a
SynchronousBundleListener
object.
BundleEvent
Methods inherited from interface org.osgi.framework.BundleListener |
bundleChanged |
|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |