Package ru.bgcrm.event
Class UserReloginEvent
java.lang.Object
ru.bgcrm.event.AbstractEvent
ru.bgcrm.event.UserReloginEvent
- All Implemented Interfaces:
Serializable,Event
- See Also:
-
Field Summary
Fields inherited from class ru.bgcrm.event.AbstractEvent
instanceId, timestamp -
Constructor Summary
ConstructorsConstructorDescriptionUserReloginEvent(javax.servlet.http.HttpSession oldSession, javax.servlet.http.HttpSession newSession) -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpSessionjavax.servlet.http.HttpSessionMethods inherited from class ru.bgcrm.event.AbstractEvent
getInstanceId, getTimestamp
-
Constructor Details
-
UserReloginEvent
public UserReloginEvent(javax.servlet.http.HttpSession oldSession, javax.servlet.http.HttpSession newSession)
-
-
Method Details
-
getOldHttpSession
public javax.servlet.http.HttpSession getOldHttpSession() -
getNewHttpSession
public javax.servlet.http.HttpSession getNewHttpSession()
-