Definition at line 42 of file SessionScheduler.h.
◆ ~SessionSchedulerListener()
◆ onError()
◆ onLoggingOut()
Notifies that the session is about to be closed.
- Parameters
-
| scheduler | the instance the of session scheduler that is about to close the session. |
| session | the session that is about to be closed. |
| allowLogout | indicates whether the scheduler must perform the logout. To prohibit the logout set this parameter to false. |
◆ onWarning()
| virtual void onWarning |
( |
const SessionScheduler & | scheduler, |
|
|
Session * | session, |
|
|
const std::string & | warningReason ) |
|
pure virtual |
Notifies about a non-critical issue.