public static interface EasyThread.ErrorListener<T>
Modifier and Type | Method and Description |
---|---|
void |
onError(EasyThread t,
T callback,
Throwable error)
Invoked when an exception is thrown on an easy thread.
|
void onError(EasyThread t, T callback, Throwable error)
t
- the threadcallback
- the callback that triggered the exceptionerror
- the exception that occurred