public interface ErrorCallback
| Modifier and Type | Field and Description |
|---|---|
static ErrorCallback |
SUPPRESS
Callback to suppress errors
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Exception error)
Called when error has occurred
Note that this method always called on a worker thread |
static final ErrorCallback SUPPRESS