Package org.apache.sling.commons.osgi
Interface RankedServices.ChangeListener
-
- Enclosing class:
- RankedServices<T>
@ConsumerType public static interface RankedServices.ChangeListener
Notification for changes on services list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changed()
Is called when the list of ranked services was changed due to bundle bindings/unbindings.
-