public interface IOCallback<V> extends SuccessHandler<V>, ErrorHandler<Throwable>
NO_OP| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled() |
void |
onCancel() |
void |
onError(Throwable e)
Called to route throwable errors to a callback
|
onSuccessvoid onCancel()
boolean isCancelled()
void onError(Throwable e)
ErrorHandleronError in interface ErrorHandler<Throwable>e - - A Throwable describing the failure.Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.