Interface DashboardChooser.ValueUpdater<T>

  • Enclosing class:
    DashboardChooser<T>

    public static interface DashboardChooser.ValueUpdater<T>
    Interface which defines a lambda for receiving DashboardChooser updates.
    • Method Detail

      • onOptionSelected

        void onOptionSelected​(T oldOption,
                              T newOption)
        Called when a new option has been selected in the dashboard
        Parameters:
        oldOption - The previous option
        newOption - The selected option