Package org.silverpeas.core.web.session
Class UserSessionEvent
- java.lang.Object
-
- org.silverpeas.core.web.session.UserSessionEvent
-
public class UserSessionEvent extends Object
Representation of a user session event which is sent today on session closing only.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description UserSessionEvent(SessionInfo sessionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionInfo
getSessionInfo()
boolean
isClosing()
-
-
-
Constructor Detail
-
UserSessionEvent
public UserSessionEvent(SessionInfo sessionInfo)
-
-
Method Detail
-
getSessionInfo
public SessionInfo getSessionInfo()
-
isClosing
public boolean isClosing()
-
-