public class SessionDeletedEvent extends SessionDestroyedEvent
SessionRepository
implementations that support it, this event is fired when
a Session
is destroyed via deletion.Constructor and Description |
---|
SessionDeletedEvent(java.lang.Object source,
Session session)
Create a new
SessionDeletedEvent . |
getSession, getSessionId
public SessionDeletedEvent(java.lang.Object source, Session session)
SessionDeletedEvent
.source
- the source of the eventsession
- the session that was created