- All Superinterfaces:
EventListener
An interface that defines the methods to be implemented by
classes that wish to listen for session lifecycle events.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnumeration of the different events that can trigger the callback. -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a session lifecycle event occurs.
-
Method Details
-
onEvent
Invoked when a session lifecycle event occurs.- Parameters:
evt- the event that occurred
-