Package org.osgi.util.tracker


@Version("1.5.1") package org.osgi.util.tracker
Tracker Package Version 1.5.

Bundles wishing to use this package 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.util.tracker; version="[1.5,2.0)"

Author:
$Id: package-info.java 1614569 2014-07-30 07:22:32Z cziegeler $
  • Class
    Description
    The BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.
    The BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that are tracked.
    The ServiceTracker class simplifies using services from the Framework's service registry.
    The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.