abstract fun onModelBound(model: T, view: V, position: Int): Unit
This will be called immediately after a model was bound, with the model and view that were bound together.
model - T: The model being bound
view - V: The view that is being bound to the model
position - Int: The adapter position of the model