public class LogoutEvent
extends org.springframework.context.ApplicationEvent
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
source| Constructor and Description |
|---|
LogoutEvent(Session session)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
getUserSession()
Gets the session for the user logging out.
|
getSource, toStringprivate static final long serialVersionUID
public LogoutEvent(Session session)
session - session of the user being logged outpublic Session getUserSession()
Copyright © 1999-2015. All Rights Reserved.