public abstract class EndlessScrollListener
extends RecyclerView.OnScrollListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
EndlessScrollListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
forceUpdate(RecyclerView recyclerView) |
abstract void |
onLoadMore(int currentPage) |
void |
onScrolled(RecyclerView recyclerView,
int dx,
int dy) |
void |
reInit() |
void |
resetLoadingState() |