@Deprecated public interface BaseLceView<M,P extends BaseLcePresenter> extends BaseView<P>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setLoadingIndicator(boolean active)
已过时。
|
void |
showContent(M data)
已过时。
|
void |
showError(java.lang.Throwable e)
已过时。
|
setPresenter@UiThread void setLoadingIndicator(boolean active)
@UiThread void showContent(M data)
@UiThread void showError(java.lang.Throwable e)