Interface Display.OnSettingChanged

Enclosing class:
Display
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Display.OnSettingChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted whenever a setting changes its value.
  • Method Details

    • onSettingChanged

      void onSettingChanged(@Nonnull Str setting)
      Emitted whenever a setting changes its value.
      Parameters:
      setting - the name of the setting that changed