interface OnModelBuildFinishedListener
Used with EpoxyController#addModelBuildListener(OnModelBuildFinishedListener) to be alerted to new model changes.
EpoxyController#addModelBuildListener(OnModelBuildFinishedListener)
onModelBuildFinished
abstract fun onModelBuildFinished(result: DiffResult): Unit
Called after EpoxyController#buildModels() has run and changes have been notified to the adapter. This will be called even if no changes existed.
EpoxyController#buildModels()