public static interface Session.StateChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onStateChange(Object sender,
Session.StateChangeArgs args)
This method is called when a session state is changed.
|
void onStateChange(Object sender, Session.StateChangeArgs args)
Warning. It is critical to avoid
in the session event listener calling thread. Please do it from another thread.
sender
- event sourceargs
- event dataCopyright © 2005–2024 Onix Solutions. All rights reserved.