Adapter - Type of the Adapter to which will be this data set listener attached.public interface OnDataSetListener<Adapter>
| Modifier and Type | Method and Description |
|---|---|
void |
onDataSetChanged(Adapter adapter)
Invoked whenever the current data set within the passed adapter was changed.
|
void |
onDataSetInvalidated(Adapter adapter)
Invoked whenever the current data set within the passed adapter was invalidated.
|