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)