Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditModel.UpdateEntities.Result
- Enclosing interface:
EntityEditModel.UpdateEntities
public static interface EntityEditModel.UpdateEntities.Result
The update task result
-
Method Summary
-
Method Details
-
handle
Collection<Entity> handle()Notifies listeners that an update has been performed. Must be called on the UI thread if this model has a panel based on it.- Returns:
- the updated entities
-