StoreLifecycleListener
- Super Interfaces:
InstanceLifecycleListener
This interface is implemented by listeners to be notified of store events.
- Since:
- JDO 2.0
Public Methods
void postStore(InstanceLifecycleEvent event)
It is called after the field values have been stored.
- Parameters:
event
- the store event.
- Since:
- JDO 2.0
void preStore(InstanceLifecycleEvent event)
It is called before the method StoreCallback.jdoPreStore is invoked.
- Parameters:
event
- the store event.
- Since:
- JDO 2.0