Interface NamespaceBundleOwnershipListener
-
- All Superinterfaces:
java.util.function.Predicate<NamespaceBundle>
public interface NamespaceBundleOwnershipListener extends java.util.function.Predicate<NamespaceBundle>
Listener forNamespaceBundleownership changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLoad(NamespaceBundle bundle)Will be call after aNamespaceBundleowned by broker.voidunLoad(NamespaceBundle bundle)Will be call after aNamespaceBundleunloaded from broker.
-
-
-
Method Detail
-
onLoad
void onLoad(NamespaceBundle bundle)
Will be call after aNamespaceBundleowned by broker.- Parameters:
bundle- owned bundle
-
unLoad
void unLoad(NamespaceBundle bundle)
Will be call after aNamespaceBundleunloaded from broker.- Parameters:
bundle- owned bundle
-
-