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>
public static interface EntityEditor.PersistTask.Result<T>
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 this model has a panel based on it.- Returns:
- the entities involved
-