T - public abstract class NbpDisposableSubscriber<T> extends java.lang.Object implements NbpObservable.NbpSubscriber<T>, Disposable
| Constructor and Description |
|---|
NbpDisposableSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose the resource, the operation should be idempotent.
|
boolean |
isDisposed() |
protected void |
onStart() |
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 void onStart()
public final boolean isDisposed()
public final void dispose()
Disposabledispose in interface Disposable