Interface ConfigChangeListener
public interface ConfigChangeListener
Listener for all config changes. Implementing this interface provides access
to all configuration changes made within the system. This is an easy way to snoop
configuration changes in order to keep other systems in sync.
- Since:
- 1.0
- Version:
- 2022-08-30
-
Method Summary
Modifier and TypeMethodDescriptionvoidonConfigChanged(ConfigService service, ConfigChanges changes) Called when config settings have changed.
-
Method Details
-
onConfigChanged
Called when config settings have changed.- Parameters:
service- the config servicechanges- the values that were changed
-