public interface NamespaceBundleOwnershipListener extends Predicate<NamespaceBundle>
NamespaceBundle ownership changes.| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(NamespaceBundle bundle)
Will be call after a
NamespaceBundle owned by broker. |
void |
unLoad(NamespaceBundle bundle)
Will be call after a
NamespaceBundle unloaded from broker. |
void onLoad(NamespaceBundle bundle)
NamespaceBundle owned by broker.bundle - owned bundlevoid unLoad(NamespaceBundle bundle)
NamespaceBundle unloaded from broker.bundle - owned bundleCopyright © 2017–2022 Apache Software Foundation. All rights reserved.