Package org.osgi.util.tracker
package org.osgi.util.tracker
-
ClassDescriptionThe
BundleTracker
class simplifies tracking bundles much like theServiceTracker
simplifies tracking services.TheBundleTrackerCustomizer
interface allows aBundleTracker
to customize theBundle
s that are tracked.TheServiceTracker
class simplifies using services from the Framework's service registry.TheServiceTrackerCustomizer
interface allows aServiceTracker
to customize the service objects that are tracked.