org.osgi.framework.BundleListener Interface Reference

Inheritance diagram for org.osgi.framework.BundleListener:

org.knopflerfish.framework.Listeners org.osgi.framework.SynchronousBundleListener

List of all members.


Detailed Description

A BundleEvent listener.

When a BundleEvent is fired, it is asynchronously delivered to a BundleListener.

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 method. BundleListeners are called with a BundleEvent object when a bundle has been installed, resolved, started, stopped, updated, unresolved, or uninstalled.

Version:
Revision
1.11
See also:
BundleEvent

Definition at line 41 of file BundleListener.java.


Public Member Functions

void bundleChanged (BundleEvent event)
 Receives notification that a bundle has had a lifecycle change.

Member Function Documentation

void org.osgi.framework.BundleListener.bundleChanged ( BundleEvent  event  ) 

Receives notification that a bundle has had a lifecycle change.

Parameters:
event The BundleEvent.


The documentation for this interface was generated from the following file:
Generated on Mon Jan 11 21:19:24 2010 for OpenMobileIS by  doxygen 1.5.4