Package org.apache.openjpa.event
Interface LifecycleCallbacks
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BeanLifecycleCallbacks
,MethodLifecycleCallbacks
A lifecycle listener that responds to callbacks rather than events.
- Author:
- Steve Kim
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasCallback
(Object obj, int eventType) Return whether the given instance has a callback for the given event type.void
makeCallback
(Object obj, Object related, int eventType) Invoke the callback for the given event type on the given instance.
-
Method Details
-
hasCallback
Return whether the given instance has a callback for the given event type. -
makeCallback
Invoke the callback for the given event type on the given instance.- Throws:
Exception
-