Knopflerfish OSGi 2.4.0

Package org.osgi.service.event

The OSGi Event Admin Specification Version 1.0.

See:
          Description

Interface Summary
EventAdmin The Event Admin service.
EventConstants Defines standard names for EventHandler properties.
EventHandler Listener for Events.
 

Class Summary
Event An event.
TopicPermission A bundle's authority to publish or subscribe to event on a topic.
 

Package org.osgi.service.event Description

The OSGi Event Admin Specification Version 1.0.

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.0


Knopflerfish OSGi 2.4.0