ObjectRemovingEvent

Broadcast when an entity is about to be removed (deleted) into the database either explicitly using the org.apache.causeway.applib.services.repository.RepositoryService , or implicitly, for example due to cascade delete or similar persistence mechanisms.

API

ObjectRemovingEvent.java
class ObjectRemovingEvent<S> {
  ObjectRemovingEvent()
  ObjectRemovingEvent(S source)
}