Package org.osgi.service.event

Event Admin Package Version 1.2.

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

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)"



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.