Interface IToolBarItemRefresher

  • 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 IToolBarItemRefresher
    Toolbar item refresher interface.
    • Method Detail

      • refresh

        void refresh​(ToolBarItemViewModel item)
        Refreshes the toolbar item, e.g. updates the enablement state of toolbar item.
        Parameters:
        item - the toolbar item view model, cannot be null