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.

@FunctionalInterface public interface IConfigValueBatchChangeListener
Reacts to related config value changes after the complete batch is available.
Since:
0.3.0
  • Method Details

    • onConfigValuesChanged

      void onConfigValuesChanged(List<? extends IAppliedConfigValueChange<?>> changes)
      Called after the complete batch has been applied.
      Parameters:
      changes - non-empty immutable list of applied changes
      Since:
      0.3.0