public static interface Session.WarningListener
| Modifier and Type | Method and Description |
|---|---|
void |
onWarning(Object sender,
Session.WarningArgs args)
This method is called when a warning event occurs.
|
void onWarning(Object sender, Session.WarningArgs 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–2025 Onix Solutions. All rights reserved.