public PagerListener<T>
Listener to register to get notified about changes to the data in a Pager
Modifier and Type | Method and Description |
---|---|
void |
onDataAdded()
Notify that a data is added
|
void |
onDataRemoved()
Notify that a data is removed
|
void |
onDataReplaced()
Called when a data is replaced with another data
|
void |
onDataSetChanged()
Called when the data set changed, like getDataSize changes
|
void onDataReplaced()
Called when a data is replaced with another data
void onDataAdded()
Notify that a data is added
void onDataRemoved()
Notify that a data is removed
void onDataSetChanged()
Called when the data set changed, like getDataSize changes