Interface SessionEventListenerSpecificationProvider<S,L>
- Type Parameters:
S- the specification type for a sessionL- the specification type for a session passivation listener
public interface SessionEventListenerSpecificationProvider<S,L>
Provides event specification facades to a session manager implementation.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionasEventListener(Object attribute) Fabricates an optional container-specific listener for the specified attribute.asEventListener(Consumer<S> preEvent, Consumer<S> postEvent) Fabricates a specification listener with the specified pre/post event logic.Returns the specification type of the session event listener.Returns a post-event notifier for the specified session event listener.Returns a pre-event notifier for the specified session event listener.
-
Method Details
-
asEventListener
-
getEventListenerClass
-
preEvent
-
postEvent
-
asEventListener
-