Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.RefreshTask.Result
- Enclosing interface:
EntityEditor.RefreshTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The task result
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle()Notifies listeners that the refresh has been performed.
-
Method Details
-
handle
void handle()Notifies listeners that the refresh has been performed. Must be called on the UI thread if the editor is linked to UI components.
-