public class ModelPackageBundleListener extends Object implements org.osgi.util.tracker.BundleTrackerCustomizer
| Constructor and Description |
|---|
ModelPackageBundleListener(org.osgi.framework.BundleContext bundleContext,
org.apache.sling.api.adapter.AdapterFactory factory,
org.apache.sling.models.impl.AdapterImplementations adapterImplementations) |
| Modifier and Type | Method and Description |
|---|---|
Object |
addingBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event) |
void |
modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object object) |
void |
removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object object) |
void |
unregisterAll() |
public ModelPackageBundleListener(org.osgi.framework.BundleContext bundleContext,
org.apache.sling.api.adapter.AdapterFactory factory,
org.apache.sling.models.impl.AdapterImplementations adapterImplementations)
public Object addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)
addingBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerpublic void modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object object)
modifiedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerpublic void removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object object)
removedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerpublic void unregisterAll()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.