public interface ChangeSetCompleteCallback
Modifier and Type | Method and Description |
---|---|
void |
onDataBound()
A callback invoked when the data for a section has changed to the underlying RecyclerView.
|
void |
onDataRendered(boolean isMounted,
long uptimeMillis)
A callback invoked when the data for a section has rendered to the underlying RecyclerView.
|
void onDataBound()
void onDataRendered(boolean isMounted, long uptimeMillis)