public class ActionReactiveSubscriber
extends java.lang.Object
implements org.reactivestreams.Subscriber
构造器和说明 |
---|
ActionReactiveSubscriber(Context ctx,
Action action,
boolean isMultiple) |
限定符和类型 | 方法和说明 |
---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable e) |
void |
onNext(java.lang.Object o) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe
在接口中 org.reactivestreams.Subscriber
public void onNext(java.lang.Object o)
onNext
在接口中 org.reactivestreams.Subscriber
public void onError(java.lang.Throwable e)
onError
在接口中 org.reactivestreams.Subscriber
public void onComplete()
onComplete
在接口中 org.reactivestreams.Subscriber