Class SessionDeletedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Serializable

public class SessionDeletedEvent extends SessionDestroyedEvent
For SessionRepository implementations that support it, this event is fired when a Session is destroyed via deletion.
Since:
1.1
See Also:
  • Constructor Details

    • SessionDeletedEvent

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