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.
Toolbar item refresher interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
refresh
(ToolBarItemViewModel item) Refreshes the toolbar item, e.g. updates the enablement state of toolbar item.
-
Method Details
-
refresh
Refreshes the toolbar item, e.g. updates the enablement state of toolbar item.- Parameters:
item
- the toolbar item view model, cannot benull
-