|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleEvent | |
|---|---|
| org.apache.felix.framework.util | |
| org.osgi.framework | |
| org.osgi.framework.hooks.bundle | |
| org.osgi.util.tracker | |
| Uses of BundleEvent in org.apache.felix.framework.util |
|---|
| Methods in org.apache.felix.framework.util with parameters of type BundleEvent | |
|---|---|
void |
EventDispatcher.fireBundleEvent(BundleEvent event,
Framework felix)
|
void |
SecureAction.invokeBundleEventHook(EventHook eh,
BundleEvent event,
java.util.Collection<BundleContext> contexts)
|
| Uses of BundleEvent in org.osgi.framework |
|---|
| Methods in org.osgi.framework with parameters of type BundleEvent | |
|---|---|
void |
BundleListener.bundleChanged(BundleEvent event)
Receives notification that a bundle has had a lifecycle change. |
| Uses of BundleEvent in org.osgi.framework.hooks.bundle |
|---|
| Methods in org.osgi.framework.hooks.bundle with parameters of type BundleEvent | |
|---|---|
void |
EventHook.event(BundleEvent event,
java.util.Collection<BundleContext> contexts)
Bundle event hook method. |
| Uses of BundleEvent in org.osgi.util.tracker |
|---|
| Methods in org.osgi.util.tracker with parameters of type BundleEvent | |
|---|---|
T |
BundleTrackerCustomizer.addingBundle(Bundle bundle,
BundleEvent event)
A bundle is being added to the BundleTracker. |
T |
BundleTracker.addingBundle(Bundle bundle,
BundleEvent event)
Default implementation of the BundleTrackerCustomizer.addingBundle method. |
void |
BundleTrackerCustomizer.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the BundleTracker has been modified. |
void |
BundleTracker.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the BundleTrackerCustomizer.modifiedBundle method. |
void |
BundleTrackerCustomizer.removedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the BundleTracker has been removed. |
void |
BundleTracker.removedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the BundleTrackerCustomizer.removedBundle method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||