Eclipse Platform
Release 3.6

Package org.eclipse.osgi.framework.eventmgr

Provides the event manager API.

See:
          Description

Interface Summary
EventDispatcher The EventDispatcher interface contains the method that is called by the Event Manager to complete the event delivery to the event listener.
 

Class Summary
CopyOnWriteIdentityMap A copy-on-write identity map.
EventListeners Deprecated. As of 3.5.
EventManager This class is the central class for the Event Manager.
ListenerQueue The ListenerQueue is used to snapshot the list of listeners at the time the event is fired.
 

Package org.eclipse.osgi.framework.eventmgr Description

Provides the event manager API.

Package Specification

This package specifies the API for the event manager.

Clients which implement an event bus to deliver synchronous and/or asynchronous events to listeners will likely be interested in the types provided by this package.


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.