public interface IAdapterNotifier
| Modifier and Type | Field and Description |
|---|---|
static IAdapterNotifier |
DEFAULT |
static IAdapterNotifier |
LEGACY_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
notify(FastAdapter fastAdapter,
int newItemsCount,
int previousItemsCount,
int itemsBeforeThisAdapter) |
static final IAdapterNotifier DEFAULT
static final IAdapterNotifier LEGACY_DEFAULT
boolean notify(FastAdapter fastAdapter, int newItemsCount, int previousItemsCount, int itemsBeforeThisAdapter)