ServiceEvent

Syntax

public class ServiceEvent extends java.util.EventObject

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

All Implemented Interfaces: java.io.Serializable

Description

Service life cycle change event. ServiceEvents are delivered to ServiceListeners when a change occurs in the service'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 finalMODIFIED
 The properties of a registered service have been modified.
public static finalREGISTERED
 A service has been registered.
public static finalUNREGISTERING
 A service is in the process of being unregistered.
Constructors
public ...

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.