public class IOCallbackDefault<V> extends Object implements IOCallback<V>
| Constructor and Description |
|---|
IOCallbackDefault() |
public void onSuccess(V t)
onSuccess in interface xapi.util.api.SuccessHandler<V>public void onError(Throwable e)
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-2014 The Internet Party. All Rights Reserved.