Uses of Interface
org.osgi.util.tracker.BundleTrackerCustomizer
-
Packages that use BundleTrackerCustomizer Package Description org.osgi.util.tracker -
-
Uses of BundleTrackerCustomizer in org.osgi.util.tracker
Classes in org.osgi.util.tracker that implement BundleTrackerCustomizer Modifier and Type Class Description classBundleTrackerTheBundleTrackerclass simplifies tracking bundles much like theServiceTrackersimplifies tracking services.Constructors in org.osgi.util.tracker with parameters of type BundleTrackerCustomizer Constructor Description BundleTracker(org.osgi.framework.BundleContext context, int stateMask, BundleTrackerCustomizer customizer)Create aBundleTrackerfor bundles whose state is present in the specified state mask.
-