public abstract class NbpObserver<T> extends java.lang.Object implements NbpObservable.NbpSubscriber<T>
| Constructor and Description |
|---|
NbpObserver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel() |
protected void |
onStart()
Called once the subscription has been set on this observer; override this
to perform initialization.
|
void |
onSubscribe(Disposable s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonComplete, onError, onNextpublic final void onSubscribe(Disposable s)
onSubscribe in interface NbpObservable.NbpSubscriber<T>protected final void cancel()
protected void onStart()