The OnixS::B3::BOE::SessionStateId::Enum reflects all session states that can occur during its lifetime and what a specific state means.
The OnixS::B3::BOE::Session::state member returns the current session state.
To be notified about a session state change, override the OnixS::B3::BOE::SessionListener::onStateChange, and supply the class instance to the OnixS::B3::BOE::Session's constructor.