DirtyLifecycleListener
- Super Interfaces:
InstanceLifecycleListener
This interface is implemented by listeners to be notified of dirty events.
- Since:
- JDO 2.0
Public Methods
void postDirty(InstanceLifecycleEvent event)
Called after the value is changed.
- Since:
- JDO 2.0
void preDirty(InstanceLifecycleEvent event)
Called before the value is changed.
- Since:
- JDO 2.0