Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.PersistTask.Result<T>
- Type Parameters:
T- the result type
- Enclosing interface:
EntityEditor.PersistTask<T>
- 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
-
Method Details
-
handle
T handle()Notifies listeners that the task has been performed. Must be called on the UI thread if the editor is linked to UI components.- Returns:
- the entities involved
-