FrameworkEvent

Syntax

public class FrameworkEvent extends java.util.EventObject

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

All Implemented Interfaces: java.io.Serializable

Description

General framework event. The event class used when notifying listeners of general framework events. 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 finalERROR
 An error has occurred.
public static finalSTARTED
 The framework has started.
Constructors
publicFrameworkEvent(int, Bundle, Throwable)
 Construct a framework event with a related bundle and exception.
publicFrameworkEvent(int, Object)
 Construct ...

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.