Package org.osgi.service.event.propertytypes
@Version("1.4.0")
package org.osgi.service.event.propertytypes
Event Admin Component Property Types Package Version 1.4.
When used as annotations, component property types are processed by tools to generate Component Descriptions which are used at runtime.
Bundles wishing to use this package at runtime must list the package in the Import-Package header of the bundle's manifest.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.event.propertytypes; version="[1.4,2.0)"
-
Annotation InterfacesClassDescriptionComponent Property Type for the
EventConstants.EVENT_DELIVERY
service property of anEventHandler
service.Component Property Type for theEventConstants.EVENT_FILTER
service property of anEventHandler
service.Component Property Type for theEventConstants.EVENT_TOPIC
service property of anEventHandler
service.