| Interface | Description |
|---|---|
| EventAdmin |
The Event Admin service.
|
| EventConstants |
Defines standard names for
EventHandler properties. |
| EventHandler |
Listener for Events.
|
| Class | Description |
|---|---|
| Event |
An event.
|
| Event.UnmodifiableDictionary |
Unmodifiable wrapper for Dictionary.
|
| TopicPermission |
A bundle's authority to publish or subscribe to event on a topic.
|
| TopicPermissionCollection |
Stores a set of
TopicPermission permissions. |
Event Admin Package Version 1.2.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.service.event; version="[1.2,2.0)"