Class SessionDestroyedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.session.events.AbstractSessionEvent
org.springframework.session.events.SessionDestroyedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SessionDeletedEvent, SessionExpiredEvent

public class SessionDestroyedEvent extends AbstractSessionEvent
Base class for events fired when a Session is destroyed explicitly.
Since:
1.0
See Also:
  • Constructor Details

    • SessionDestroyedEvent

      public SessionDestroyedEvent(Object source, Session session)
      Create a new SessionDestroyedEvent.
      Parameters:
      source - the source of the event
      session - the session that was created