Interface IConfigurationListener


public interface IConfigurationListener
The listener interface for receiving configuration change events.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configurationChanged(@NotNull Configuration configuration)
    Invoked when the configuration has changed.
  • Method Details

    • configurationChanged

      void configurationChanged(@NotNull @NotNull Configuration configuration)
      Invoked when the configuration has changed.
      Parameters:
      configuration - the configuration that has changed.