public class LPKGLicensedBundleTrackerCustomizer
extends java.lang.Object
implements org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.Bundle>
Constructor and Description |
---|
LPKGLicensedBundleTrackerCustomizer(org.apache.felix.fileinstall.ArtifactInstaller licenseInstaller) |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
addingBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent bundleEvent) |
void |
modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent bundleEvent,
org.osgi.framework.Bundle trackedBundle) |
void |
removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent bundleEvent,
org.osgi.framework.Bundle trackedBundle) |
public LPKGLicensedBundleTrackerCustomizer(org.apache.felix.fileinstall.ArtifactInstaller licenseInstaller)
public org.osgi.framework.Bundle addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent bundleEvent)
addingBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.Bundle>
public void modifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent bundleEvent, org.osgi.framework.Bundle trackedBundle)
modifiedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.Bundle>
public void removedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent bundleEvent, org.osgi.framework.Bundle trackedBundle)
removedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer<org.osgi.framework.Bundle>