Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.RefreshTask
- Enclosing interface:
EntityEditor<R extends EntityEditor<R>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A task for refreshing the active entity.
If the active entity does not exist, this task does nothing.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe task result -
Method Summary
-
Method Details
-
perform
EntityEditor.RefreshTask.Result perform()Performs the refresh operation. May be called on a background thread.- Returns:
- the task result
-