Package org.apache.sling.commons.osgi
Interface RankedServices.ChangeListener
- All Known Implementing Classes:
ConfigurationOverrideMultiplexerImpl
- Enclosing class:
- RankedServices<T>
@ConsumerType
public static interface RankedServices.ChangeListener
Notification for changes on services list.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changed()
Is called when the list of ranked services was changed due to bundle bindings/unbindings.
-
Method Details
-
changed
void changed()Is called when the list of ranked services was changed due to bundle bindings/unbindings. This method is called within a synchronized block, so it's code should be kept as efficient as possible.
-