-
public interface OnModelBuildFinishedListenerUsed with addModelBuildListener to be alerted to new model changes.
-
-
Method Summary
Modifier and Type Method Description abstract voidonModelBuildFinished(@NonNull() DiffResult result)Called after buildModels has run and changes have been notified tothe adapter. -
-
Method Detail
-
onModelBuildFinished
abstract void onModelBuildFinished(@NonNull() DiffResult result)
Called after buildModels has run and changes have been notified tothe adapter. This will be called even if no changes existed.
-
-
-
-