public interface Loader extends RefreshController
| Modifier and Type | Method and Description |
|---|---|
void |
load()
Begin loading.
|
void |
loadComplete()
Loading complete, it will reset the loading state of footer behavior.
|
void |
loadError(java.lang.Throwable throwable)
The same as
loadComplete(), in addition it can report exceptions to the loader
listeners. |
void load()
void loadComplete()
void loadError(java.lang.Throwable throwable)
loadComplete(), in addition it can report exceptions to the loader
listeners.throwable - OnLoadListener}