public abstract class Callback extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
callSyncError(Throwable throwable) |
void |
callSyncResult(Object result) |
void |
onError(Throwable throwable) |
void |
onResult(Object result) |
Copyright © 2017. All rights reserved.