Interface SessionLifecycleListener

All Superinterfaces:
EventListener

public interface SessionLifecycleListener extends 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 Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Enumeration of the different events that can trigger the callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a session lifecycle event occurs.
  • Method Details