public PagerNotifier<T>
Use this to notify the Pager clients that a data is replaced or data getDataSize changed.
Pager.getPagerNotifier
Modifier and Type | Method and Description |
---|---|
void |
notifyDataAdded()
Notify that a data is added
|
void |
notifyDataRemoved()
Notify that a data is removed
|
void |
notifyDataReplaced()
Notify that a data is replaced with another data
|
void |
notifyDataSetChanged()
Notify that the data set has changed and needs to be re-fetched
|
void |
registerListener() |
void notifyDataReplaced()
Notify that a data is replaced with another data
void notifyDataAdded()
Notify that a data is added
void notifyDataRemoved()
Notify that a data is removed
void notifyDataSetChanged()
Notify that the data set has changed and needs to be re-fetched
void registerListener()