Package wizardquest.telemetry
Class EndSessionEvent
java.lang.Object
wizardquest.telemetry.TelemetryEvent
wizardquest.telemetry.SessionEvent
wizardquest.telemetry.EndSessionEvent
-
Constructor Summary
ConstructorsConstructorDescriptionEndSessionEvent(String userID, int sessionID, Instant timeStamp) Constructor for EndSessionEvent. -
Method Summary
Methods inherited from class wizardquest.telemetry.SessionEvent
getSessionIDMethods inherited from class wizardquest.telemetry.TelemetryEvent
getEvent, getTimestamp, getUserID
-
Constructor Details
-
EndSessionEvent
Constructor for EndSessionEvent.- Parameters:
userID- the ID of the user who is playing the game when the event is constructed.sessionID- the ID of the session the user is currently playing. See TelemetryListenerInterface for information about sessions.timeStamp- the time the event was constructed.
-