| Class | Description |
|---|---|
| AfterLoginEvent |
Event that is fired after login procedure in
Connection. |
| AppInitializedEvent |
Event that is fired after
App initialization. |
| AppLoggedInEvent |
Event that is fired after UI initialization of
App when a user is logged in. |
| AppLoggedOutEvent |
Event that is fired after UI initialization of
App when a user is logged out. |
| AppStartedEvent |
Event that is fired on the first request processing of an
App right before login as anonymous user. |
| BeforeLoginEvent |
Event that is fired before login procedure in
Connection. |
| LoginFailureEvent |
Event that is fired when login provider throws
LoginException during login. |
| SessionHeartbeatEvent |
Event that is fired on heartbeat requests from a client web browser.
|
| UserConnectedEvent |
Event that is fired after
Connection is connected to middleware right before firing
Connection.StateChangeListener listeners. |
| UserDisconnectedEvent |
Event that is fired after
Connection is disconnected from middleware right before firing
Connection.StateChangeListener listeners. |
| UserSessionFinishedEvent |
Event that is fired after logout of user session on middleware.
|
| UserSessionStartedEvent |
Event that is fired after user session is created on middleware.
|
| UserSessionSubstitutedEvent |
Event that is fired by
Connection when session user has been substituted on middleware right before firing
Connection.StateChangeListener listeners. |