Interface IConfigValueChangeListener<T>
- Type Parameters:
T- config value type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Reacts when one config value changes.
- Since:
- 0.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after the change has been applied.
-
Method Details
-
onConfigValueChanged
Called after the change has been applied.- Parameters:
change- applied config value change- Since:
- 0.3.0
-