Package ai.tock.bot.engine.event
Class StartSessionEvent
-
- All Implemented Interfaces:
public final class StartSessionEvent extends Event
A new session is started.
-
-
Field Summary
Fields Modifier and Type Field Description private final PlayerIduserIdprivate final StringapplicationIdprivate final Id<out Event>idprivate final Instantdateprivate final EventStatestate
-
Constructor Summary
Constructors Constructor Description StartSessionEvent(PlayerId userId, String applicationId)
-