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 Type
    Method
    Description
    void
    Called when config settings have changed.
  • Method Details

    • onConfigChanged

      void onConfigChanged(ConfigService service, ConfigChanges changes)
      Called when config settings have changed.
      Parameters:
      service - the config service
      changes - the values that were changed