public interface AdapterCallback
| Modifier and Type | Method and Description |
|---|---|
void |
chageLoadingToRetryLoader() |
void |
itemAdded(int position) |
void |
itemAdded(int from,
int count) |
void |
itemChanged(int position) |
void |
itemChanged(int from,
int count) |
void |
itemRemoved(int position) |
void |
itemRemoved(int from,
int count) |
void |
removeLoadingLoader() |
void itemAdded(int position)
void itemAdded(int from,
int count)
void itemRemoved(int position)
void itemRemoved(int from,
int count)
void itemChanged(int position)
void itemChanged(int from,
int count)
void removeLoadingLoader()
void chageLoadingToRetryLoader()