BundleListener
Syntax
public interface BundleListener extends java.util.EventListener
All Superinterfaces:
java.util.EventListener
Description
BundleEvent listener. BundleListener is an interface that may be implemented by a bundle programmer. A BundleListener is registered with the framework using the BundleContext.addBundleListener(BundleListener) method. BundleListeners are called with a BundleEvent when a bundle has been installed, started, stopped, updated, or uninstalled.
See Also: BundleEvent
Member Summary | |
---|---|
Methods | |
public void | bundleChanged(BundleEvent) |
Receive notification that a bundle has had a change occur in its life cycle. |
Methods
bundleChanged(BundleEvent)
public void bundleChanged(BundleEvent event)
Receive notification that ...
Get Programming Open Service Gateways with Java Embedded Server™ Technology now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.