Package org.apache.openjpa.event
Interface LifecycleEventManager.ListenerAdapter
-
- Enclosing class:
- LifecycleEventManager
public static interface LifecycleEventManager.ListenerAdapterInterface that facades to other lifecycle listener interfaces can implement to choose which events to respond to based on their delegate. This is more efficient than registering as a listener for all events but only responding to some.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrespondsTo(int eventType)Return whether this instance responds to the given event type fromLifecycleEvent.
-
-
-
Method Detail
-
respondsTo
boolean respondsTo(int eventType)
Return whether this instance responds to the given event type fromLifecycleEvent.
-
-