public interface OnFooterListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onLoadAfter(int scrollY)
松开加载 上拉已经到达可以刷新的时候
|
void |
onLoadBefore(int scrollY)
上拉加载 还没有达到可以加载之前的时候
|
void |
onLoadCancel(int scrollY)
取消加载
|
void |
onLoadComplete(int scrollY,
boolean isLoadSuccess)
加载完成后 分成功和失败两个状态
|
void |
onLoading(int scrollY)
正在加载中
|
void |
onLoadReady(int scrollY)
准备加载 达到可以加载的时候松开手指回到加载的位置状态
|
void onLoadBefore(int scrollY)
scrollY - void onLoadAfter(int scrollY)
scrollY - void onLoadReady(int scrollY)
scrollY - void onLoading(int scrollY)
scrollY - void onLoadComplete(int scrollY,
boolean isLoadSuccess)
scrollY - isLoadSuccess - 加载的状态 是成功了 还是失败了void onLoadCancel(int scrollY)
scrollY -