Package | Description |
---|---|
org.osgi.util.tracker |
Modifier and Type | Class and Description |
---|---|
class |
BundleTracker<T>
The
BundleTracker class simplifies tracking bundles much like the
ServiceTracker simplifies tracking services. |
Constructor and Description |
---|
BundleTracker(BundleContext context,
int stateMask,
BundleTrackerCustomizer<T> customizer)
Create a
BundleTracker for bundles whose state is present in the
specified state mask. |
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.