Package org.osgi.util.tracker


package org.osgi.util.tracker
  • 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.