public class LoginEvent
extends org.springframework.context.ApplicationEvent
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
source
Constructor and Description |
---|
LoginEvent(Session session)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Session |
getUserSession()
Gets the session for the user logging in.
|
getSource, toString
private static final long serialVersionUID
public LoginEvent(Session session)
session
- session for the user logging inpublic Session getUserSession()
Copyright © 1999-2012. All Rights Reserved.