public static interface RefreshLayout.OnRefreshListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onPullDown(float y)
on pull down status
|
void |
onRefresh()
on refreshing status
|
void |
onRefreshOver()
on refresh over on normal status
i suggest in this callback refresh the view data;
|