Package org.bndly.common.osgi.util
Interface MultipleServiceTracker.Callback
-
- Enclosing class:
- MultipleServiceTracker
public static interface MultipleServiceTracker.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDestroy(org.osgi.framework.BundleContext context)voidonReady(org.osgi.framework.BundleContext context, MultipleServiceTracker.Wiring wiring)
-
-
-
Method Detail
-
onReady
void onReady(org.osgi.framework.BundleContext context, MultipleServiceTracker.Wiring wiring) throws Exception- Throws:
Exception
-
-