Interface ThemeChangeObserver

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 interface ThemeChangeObserver
Any attached component implementing this interface will receive an event when a new theme is applied.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onThemeChange(String themeName)
     
  • Method Details

    • onThemeChange

      void onThemeChange(String themeName)