public static interface RenderUnit.Binder<RENDER_UNIT,CONTENT>
Modifier and Type | Method and Description |
---|---|
void |
bind(Context context,
Host host,
CONTENT content,
RENDER_UNIT renderUnit,
Object layoutData) |
boolean |
shouldUpdate(RENDER_UNIT currentValue,
RENDER_UNIT newValue,
Object currentLayoutData,
Object nextLayoutData) |
void |
unbind(Context context,
Host host,
CONTENT content,
RENDER_UNIT renderUnit,
Object layoutData) |
boolean shouldUpdate(RENDER_UNIT currentValue, RENDER_UNIT newValue, Object currentLayoutData, Object nextLayoutData)
void bind(Context context, Host host, CONTENT content, RENDER_UNIT renderUnit, Object layoutData)
void unbind(Context context, Host host, CONTENT content, RENDER_UNIT renderUnit, Object layoutData)