Class AfterDeleteEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.rest.core.event.RepositoryEvent
org.springframework.data.rest.core.event.AfterDeleteEvent
- All Implemented Interfaces:
Serializable
Emitted after the entity is deleted from the repository.
- Author:
- Jon Brisbin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AfterDeleteEvent
-