DeleteLifecycleListener
- Super Interfaces:
InstanceLifecycleListener
This interface is implemented by listeners to be notified of delete events.
- Since:
- JDO 2.0
Public Methods
void postDelete(InstanceLifecycleEvent event)
This method is called after the instance transitions to persistent-deleted. Access to field values is not permitted.
- Parameters:
event
- the delete event.
- Since:
- JDO 2.0
void preDelete(InstanceLifecycleEvent event)
Access to field values within this call are permitted.
This method is called before the instance callback DeleteCallback.jdoPreDelete.
- Parameters:
event
- the delete event.
- Since:
- JDO 2.0