public abstract class ApiSubscriber<T>
extends rx.Subscriber<T>
| Constructor and Description |
|---|
ApiSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(java.lang.Throwable e) |
abstract void |
onFail(java.lang.Throwable e) |
void |
onFinally(boolean success) |
void |
onNext(T t) |
abstract void |
onSuccess(T result) |