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 voidbundleChanged(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 a bundle has had a change occur in its life cycle.

Parameters:

event— The BundleEvent.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.38.121