public class SessionChangedEvent
extends org.springframework.context.ApplicationEvent
ApplicationEvent
,
Session
,
Serialized FormConstructor and Description |
---|
SessionChangedEvent(java.lang.Object source,
org.springframework.session.Session session)
|
Modifier and Type | Method and Description |
---|---|
<S extends org.springframework.session.Session> |
getSession()
Gets the
Session that was changed. |