Class RestEntityRemovedEvent<E>

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.core.event.AbstractEntityEvent
io.jmix.restds.event.RestEntityRemovedEvent<E>
Type Parameters:
E - entity type
All Implemented Interfaces:
Serializable, org.springframework.core.ResolvableTypeProvider

public class RestEntityRemovedEvent<E> extends AbstractEntityEvent
A Spring application event which is sent after the entity is removed from the REST data store.
See Also:
  • Constructor Details

    • RestEntityRemovedEvent

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

    • getEntity

      public E getEntity()
      Returns the removed entity with the state right before sending to the data store.