Interface SettingChangeListener

All Known Implementing Classes:
SettingChangeAdapter

public interface SettingChangeListener
Interface for monitoring configuration changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    changed​(String newValue)
    Called when the watched setting changes.
  • Method Details

    • changed

      void changed(String newValue)
      Called when the watched setting changes.
      Parameters:
      newValue - new value of the setting