BundleEvent

Syntax

public class BundleEvent extends java.util.EventObject

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.osgi.framework.BundleEvent
					

All Implemented Interfaces:

java.io.Serializable

Description

Bundle life cycle change event. BundleEvents are delivered to BundleListener s when a change occurs in the bundle's life cycle. A type code is used to identify the event for future extendability.

OSGi reserves the right to extend the set of types in the future.

Member Summary
Fields
public static finalINSTALLED
 A bundle has been installed.
public static finalSTARTED
 A bundle has been started.
public static finalSTOPPED
 A bundle has been stopped.
public static finalUNINSTALLED
 A bundle has been uninstalled.
public static finalUPDATED ...

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.