public static interface PullToRefreshBase.OnRefreshListener2
Modifier and Type | Method and Description |
---|---|
void |
onPullDownToRefresh()
onPullDownToRefresh will be called only when the user has Pulled Down
from the top, and released.
|
void |
onPullUpToRefresh()
onPullUpToRefresh will be called only when the user has Pulled Up
from the bottom, and released.
|