Interface IconTheme.OnChanged

Enclosing class:
IconTheme
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 IconTheme.OnChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the icon theme changes.
  • Method Details

    • onChanged

      void onChanged()
      Emitted when the icon theme changes.

      This can happen becuase current icon theme is switched or
      because GTK detects that a change has occurred in the
      contents of the current icon theme.