javax.jdo.listener
Interface InstanceLifecycleListener
- AttachLifecycleListener, ClearLifecycleListener, CreateLifecycleListener, DeleteLifecycleListener, DetachLifecycleListener, DirtyLifecycleListener, LoadLifecycleListener, StoreLifecycleListener
public interface InstanceLifecycleListener
All lifecycle listeners extend from this base interface.
In order to minimize the impact on domain classes, instance callbacks
can be defined to use a life-cycle listener pattern instead of
having the domain class implement the callback interface(s).