public interface ErrorListener
Modifier and Type | Interface and Description |
---|---|
static class |
ErrorListener.ErrorArgs
General session error event arguments.
|
static class |
ErrorListener.LogonErrorArgs
Logon error event arguments.
|
Modifier and Type | Method and Description |
---|---|
void |
onError(ErrorListener.ErrorArgs args)
General session error event callback.
|
void |
onLogonError(ErrorListener.LogonErrorArgs args)
Logon error event callback.
|
void onError(ErrorListener.ErrorArgs args)
args
- event argumentsvoid onLogonError(ErrorListener.LogonErrorArgs args)
args
- event argumentsCopyright © 2005–2024 Onix Solutions. All rights reserved.