Interface IConfigValueBatchChangeListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Reacts to related config value changes after the complete batch is available.
- Since:
- 0.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonConfigValuesChanged(List<? extends IAppliedConfigValueChange<?>> changes) Called after the complete batch has been applied.
-
Method Details
-
onConfigValuesChanged
Called after the complete batch has been applied.- Parameters:
changes- non-empty immutable list of applied changes- Since:
- 0.3.0
-