public static class MountSpecLithoRenderUnit.LithoBindBinder extends java.lang.Object implements RenderUnit.Binder<MountSpecLithoRenderUnit,java.lang.Object>
Modifier and Type | Field and Description |
---|---|
static MountSpecLithoRenderUnit.LithoBindBinder |
INSTANCE |
Constructor and Description |
---|
LithoBindBinder() |
Modifier and Type | Method and Description |
---|---|
void |
bind(Context context,
java.lang.Object content,
MountSpecLithoRenderUnit unit,
java.lang.Object data) |
boolean |
shouldUpdate(MountSpecLithoRenderUnit current,
MountSpecLithoRenderUnit next,
java.lang.Object c,
java.lang.Object n) |
void |
unbind(Context context,
java.lang.Object content,
MountSpecLithoRenderUnit unit,
java.lang.Object data) |
public static final MountSpecLithoRenderUnit.LithoBindBinder INSTANCE
public boolean shouldUpdate(MountSpecLithoRenderUnit current, MountSpecLithoRenderUnit next, java.lang.Object c, java.lang.Object n)
shouldUpdate
in interface RenderUnit.Binder<MountSpecLithoRenderUnit,java.lang.Object>
public void bind(Context context, java.lang.Object content, MountSpecLithoRenderUnit unit, java.lang.Object data)
bind
in interface RenderUnit.Binder<MountSpecLithoRenderUnit,java.lang.Object>
public void unbind(Context context, java.lang.Object content, MountSpecLithoRenderUnit unit, java.lang.Object data)
unbind
in interface RenderUnit.Binder<MountSpecLithoRenderUnit,java.lang.Object>