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 class
BundleTracker
TheBundleTracker
class simplifies tracking bundles much like theServiceTracker
simplifies 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 aBundleTracker
for bundles whose state is present in the specified state mask.
-