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

public class EntityLoadingEvent<E> extends AbstractEntityEvent
A Spring application event which is sent when the entity is loaded from the data store.
See Also:
  • Constructor Details

    • EntityLoadingEvent

      public EntityLoadingEvent(Object source, MetaClass metaClass, E entity)
  • Method Details

    • getEntity

      public E getEntity()
      Returns the loaded entity.
    • toString

      public String toString()
      Overrides:
      toString in class EventObject