-
public interface OnModelUnboundListener<T extends EpoxyModel<out Object>, V>Used to register an onUnbind callback with a generated model.
-
-
Method Summary
Modifier and Type Method Description abstract voidonModelUnbound(T model, V view)This will be called immediately after a model is unbound from a view, with the view and modelthat were unbound. -
-
Method Detail
-
onModelUnbound
abstract void onModelUnbound(T model, V view)
This will be called immediately after a model is unbound from a view, with the view and modelthat were unbound.
-
-
-
-