AbstractLifecycleEvent

Superclass for all lifecycle events that are raised by the framework when loading, saving, updating or deleting objects from the database.

API

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