public abstract class RxPresenter<V>
extends easymvp.AbstractPresenter<V>
Presenter with RxJava functionality.| Constructor and Description |
|---|
RxPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubscription(rx.Subscription subscription) |
void |
onDestroyed() |
void |
removeSubscription(rx.Subscription subscription) |