org.activemath.events.types
Class UserLoggedOutEvent
java.lang.Object
org.activemath.events.ActivemathEvent
org.activemath.events.types.UserLoggedOutEvent
- All Implemented Interfaces:
- Serializable, Comparable, ApplicationEventTag, InteractionEventTag, SessionEventTag, UserEventTag
public class UserLoggedOutEvent
- extends ActivemathEvent
- implements ApplicationEventTag, InteractionEventTag
Event: a user has logged in
- See Also:
- Serialized Form
| Methods inherited from class org.activemath.events.ActivemathEvent |
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp |
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
UserLoggedOutEvent
public UserLoggedOutEvent()
toString
public String toString()
- Overrides:
toString in class ActivemathEvent
getSessionDurationSecs
public int getSessionDurationSecs()
setSessionDurationSecs
public void setSessionDurationSecs(Integer value)
getUserId
public String getUserId()
- Specified by:
getUserId in interface UserEventTag
setUserId
public void setUserId(String string)
- Specified by:
setUserId in interface UserEventTag
getSessionId
public String getSessionId()
- Specified by:
getSessionId in interface SessionEventTag
setSessionId
public void setSessionId(String string)
- Specified by:
setSessionId in interface SessionEventTag