Package io.jmix.core.event
Class EntityLoadingEvent<E>
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.core.event.AbstractEntityEvent
io.jmix.core.event.EntityLoadingEvent<E>
- Type Parameters:
- E- entity type
- All Implemented Interfaces:
- Serializable,- org.springframework.core.ResolvableTypeProvider
A Spring application event which is sent when the entity is loaded from the data store.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.core.event.AbstractEntityEventgetResolvableTypeMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
EntityLoadingEvent
 
- 
- 
Method Details- 
getEntityReturns the loaded entity.
- 
toString- Overrides:
- toStringin class- EventObject
 
 
-