public class ObservableEmitterWrapper<T>
extends java.lang.Object
| Constructor and Description |
|---|
ObservableEmitterWrapper(<any> emitter) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable e) |
void |
onNext(T t) |
void |
onSubscribe(Disposable d) |
public void onSubscribe(Disposable d)
public void onNext(T t)
public void onError(java.lang.Throwable e)
public void onComplete()