public abstract class BaseObservableOnSubscribe<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseObservableOnSubscribe(ObservableContext ctx,
<any>... services) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onDisposed(GoogleApiClient locationClient) |
protected abstract void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> emitter) |
void |
subscribe(<any> emitter) |
@SafeVarargs protected BaseObservableOnSubscribe(ObservableContext ctx, <any>... services)