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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refresh(ToolBarItemViewModel item)
Refreshes the toolbar item, e.g.
-
-
-
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 benull
-
-