public interface OnLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad()
The loading is happening now.
|
void |
onLoadEnd(java.lang.Throwable throwable)
The end of loading.
|
void |
onLoadStart()
The start of a loading lifecycle.
|
void |
onReleaseToLoad()
The loading came to a critical state when user release their finger from screen,
which means a touch event or scrolling is over, it will trigger the loading to happen.
|
void onLoadStart()
void onReleaseToLoad()
void onLoad()
void onLoadEnd(java.lang.Throwable throwable)
throwable - the exception that was reported by a loader.