public class InfoBundleTrackerCustomizer extends Object implements org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.ServiceRegistration<InfoProvider>>
| Constructor and Description |
|---|
InfoBundleTrackerCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.ServiceRegistration<InfoProvider> |
addingBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event) |
void |
modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
org.osgi.framework.ServiceRegistration<InfoProvider> object) |
void |
removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
org.osgi.framework.ServiceRegistration<InfoProvider> object) |
public org.osgi.framework.ServiceRegistration<InfoProvider> addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)
addingBundle in interface org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.ServiceRegistration<InfoProvider>>public void modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
org.osgi.framework.ServiceRegistration<InfoProvider> object)
modifiedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.ServiceRegistration<InfoProvider>>public void removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
org.osgi.framework.ServiceRegistration<InfoProvider> object)
removedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.ServiceRegistration<InfoProvider>>Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.