IKioWareSessionEvents Interface

Defines basic KioWare session related events.

Methods

Type Signature
void onLoad()
Called by KioWare when all settings and addins have been loaded.
void onExit()
Called by KioWare when the exit routine has started.
void onSessionStart(UUID sessionId)
Called by KioWare when a new session has started.
void onSessionEnd()
Called by KioWare when an active session has ended.