public interface PtrUIHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onUIPositionChange(PtrFrameLayout frame,
boolean isUnderTouch,
byte status,
PtrIndicator ptrIndicator) |
void |
onUIRefreshBegin(PtrFrameLayout frame)
perform refreshing UI
|
void |
onUIRefreshComplete(PtrFrameLayout frame)
perform UI after refresh
|
void |
onUIRefreshPrepare(PtrFrameLayout frame)
prepare for loading
|
void |
onUIReset(PtrFrameLayout frame)
When the content view has reached top and refresh has been completed, view will be reset.
|
void onUIReset(PtrFrameLayout frame)
frame - void onUIRefreshPrepare(PtrFrameLayout frame)
frame - void onUIRefreshBegin(PtrFrameLayout frame)
void onUIRefreshComplete(PtrFrameLayout frame)
void onUIPositionChange(PtrFrameLayout frame, boolean isUnderTouch, byte status, PtrIndicator ptrIndicator)