QueryParams
- POJO of data to be passed to the data-fetching service.public interface ListEventsHandler<QueryParams>
Modifier and Type | Method and Description |
---|---|
void |
onPTR(QueryParams ptrFetchParams) |
void |
onScrollNearBottom(QueryParams tailFetchParams) |
void |
onScrollNearTop(QueryParams headFetchParams) |
void onPTR(QueryParams ptrFetchParams)
void onScrollNearBottom(QueryParams tailFetchParams)
void onScrollNearTop(QueryParams headFetchParams)