public class IOCallbackDefault<V> extends Object implements IOCallback<V>
| Constructor and Description |
|---|
IOCallbackDefault() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled() |
void |
onCancel() |
void |
onError(Throwable e) |
void |
onSuccess(V t) |
public void onSuccess(V t)
onSuccess in interface xapi.util.api.SuccessHandler<V>public void onError(Throwable e)
onError in interface IOCallback<V>onError in interface xapi.util.api.ErrorHandler<Throwable>public void onCancel()
onCancel in interface IOCallback<V>public boolean isCancelled()
isCancelled in interface IOCallback<V>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.