public class AbstractHandler<T> extends Object implements rx.Observable.OnSubscribe<T>
| Modifier and Type | Field and Description |
|---|---|
rx.Observable<T> |
observable |
| Constructor and Description |
|---|
AbstractHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
call(rx.Subscriber<? super T> subscriber) |
void |
newBlock(T param) |
void |
onTransaction(T param) |
public final rx.Observable<T> observable
Copyright © 2016. All rights reserved.