public class InternalRecursiveBundleTracker
extends org.osgi.util.tracker.BundleTracker
Constructor and Description |
---|
InternalRecursiveBundleTracker(org.osgi.framework.BundleContext context,
int stateMask,
org.osgi.util.tracker.BundleTrackerCustomizer customizer,
boolean nested) |
Modifier and Type | Method and Description |
---|---|
Object |
addingBundle(org.osgi.framework.Bundle b,
org.osgi.framework.BundleEvent event) |
protected void |
customizedProcessBundle(org.osgi.util.tracker.BundleTrackerCustomizer btc,
org.osgi.framework.Bundle b,
org.osgi.framework.BundleEvent event,
boolean removing) |
void |
modifiedBundle(org.osgi.framework.Bundle b,
org.osgi.framework.BundleEvent event,
Object object) |
void |
removedBundle(org.osgi.framework.Bundle b,
org.osgi.framework.BundleEvent event,
Object object) |
public InternalRecursiveBundleTracker(org.osgi.framework.BundleContext context, int stateMask, org.osgi.util.tracker.BundleTrackerCustomizer customizer, boolean nested)
public Object addingBundle(org.osgi.framework.Bundle b, org.osgi.framework.BundleEvent event)
addingBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer
addingBundle
in class org.osgi.util.tracker.BundleTracker
public void modifiedBundle(org.osgi.framework.Bundle b, org.osgi.framework.BundleEvent event, Object object)
modifiedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer
modifiedBundle
in class org.osgi.util.tracker.BundleTracker
public void removedBundle(org.osgi.framework.Bundle b, org.osgi.framework.BundleEvent event, Object object)
removedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer
removedBundle
in class org.osgi.util.tracker.BundleTracker
protected void customizedProcessBundle(org.osgi.util.tracker.BundleTrackerCustomizer btc, org.osgi.framework.Bundle b, org.osgi.framework.BundleEvent event, boolean removing)
Copyright © 2017. All rights reserved.