Package io.jmix.core.event
@NonNullApi
package io.jmix.core.event
-
ClassDescriptionBase class of application events sent on entity operations.An object describing changes in entity attributes.INTERNAL.A Spring application event that is sent right after an entity is changed in the data store.Type of the event:
EntityChangedEvent.Type.CREATED
,EntityChangedEvent.Type.UPDATED
orEntityChangedEvent.Type.DELETED
.A Spring application event which is sent when the entity is loaded from the data store.A Spring application event which is sent when the entity is saved to the data store.