Package org.apache.openjpa.event
Interface LoadListener
- All Known Subinterfaces:
LifecycleListener
- All Known Implementing Classes:
AbstractLifecycleListener
public interface LoadListener
Listener for when state is loaded into a persistent instnace.
- Author:
- Steve Kim, Abe White
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterLoad
(LifecycleEvent event) Invoked after state has been loaded into the instance.void
afterRefresh
(LifecycleEvent event) Invoked after state has been refreshed.
-
Method Details
-
afterLoad
Invoked after state has been loaded into the instance. -
afterRefresh
Invoked after state has been refreshed.
-