Package org.osgi.util.tracker

Tracker Package Version 1.4.

See:
          Description

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

Class Summary
BundleTracker The BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.
ServiceTracker The ServiceTracker class simplifies using services from the Framework's service registry.
 

Package org.osgi.util.tracker Description

Tracker Package Version 1.4.

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.4,2.0)"



Copyright © 2012. All Rights Reserved.