Interface NamespaceBundleOwnershipListener
- All Superinterfaces:
Predicate<NamespaceBundle>
Listener for
NamespaceBundle ownership changes.-
Method Summary
Modifier and TypeMethodDescriptionvoidonLoad(NamespaceBundle bundle) Will be call after aNamespaceBundleowned by broker.voidunLoad(NamespaceBundle bundle) Will be call after aNamespaceBundleunloaded from broker.
-
Method Details
-
onLoad
Will be call after aNamespaceBundleowned by broker.- Parameters:
bundle- owned bundle
-
unLoad
Will be call after aNamespaceBundleunloaded from broker.- Parameters:
bundle- owned bundle
-