Package org.osgi.util.tracker

The OSGi Service Tracker Package.

See:
          Description

Interface Summary
ServiceTrackerCustomizer The ServiceTrackerCustomizer interface allows a ServiceTracker object to customize the service objects that are tracked.
 

Class Summary
ServiceTracker The ServiceTracker class simplifies using services from the Framework's service registry.
 

Package org.osgi.util.tracker Description

The OSGi Service Tracker Package. Specification Version 1.3.

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.util.tracker; version=1.3