public static interface RenderUnit.Binder<MODEL,CONTENT>
Modifier and Type | Method and Description |
---|---|
void |
bind(Context context,
CONTENT content,
MODEL model,
java.lang.Object layoutData) |
boolean |
shouldUpdate(MODEL currentModel,
MODEL newModel,
java.lang.Object currentLayoutData,
java.lang.Object nextLayoutData) |
void |
unbind(Context context,
CONTENT content,
MODEL model,
java.lang.Object layoutData) |