public interface OnRefreshListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRefresh()
The refreshing is happening now.
|
void |
onRefreshEnd(java.lang.Throwable throwable)
The end of refreshing.
|
void |
onRefreshStart()
The start of a refreshing lifecycle.
|
void |
onReleaseToRefresh()
The refreshing 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 refreshing to happen.
|
void onRefreshStart()
void onReleaseToRefresh()
void onRefresh()
void onRefreshEnd(java.lang.Throwable throwable)
throwable - the exception that was reported by a refresher.