public class HandlerAdapter<T> extends ObservableOnSubscribeAdapter<T> implements Handler<AsyncResult<T>>
subRef| Constructor and Description |
|---|
HandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AsyncResult<T> event) |
void |
handle(AsyncResult<T> event) |
void |
onSubscribed() |
protected void |
onUnsubscribed() |
call, fireComplete, fireError, fireNext, fireResult, getSubscriberpublic void onSubscribed()
onSubscribed in class ObservableOnSubscribeAdapter<T>public void handle(AsyncResult<T> event)
handle in interface Handler<AsyncResult<T>>protected void onUnsubscribed()
onUnsubscribed in class ObservableOnSubscribeAdapter<T>protected void dispatch(AsyncResult<T> event)
Copyright © 2025 Eclipse. All rights reserved.