Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.PersistEvents
- Enclosing interface:
EntityEditor
public static interface EntityEditor.PersistEvents
Provides persistence event observers for the editor
-
Method Details
-
before
- Returns:
- the
EntityEditor.PersistEvents.BeforePersist
-
after
- Returns:
- the
EntityEditor.PersistEvents.AfterPersist
-
persisted
Observer<Collection<Entity>> persisted()- Returns:
- an observer notified each time one or more entities have been persisted, as in, inserted, updated or deleted via this editor
-