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