Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditModel.EditEvents
- Enclosing interface:
EntityEditModel
public static interface EntityEditModel.EditEvents
- See Also:
-
Method Details
-
inserted
Event<Collection<Entity>> inserted()Returns an insertEvent
, notified each time entities are inserted.- Returns:
- the insert
Event
-
updated
Returns an updateEvent
, notified each time entities are updated.- Returns:
- the update
Event
-
deleted
Event<Collection<Entity>> deleted()Returns deleteEvent
, notified each time entities are deleted.- Returns:
- the delete
Event
-