public static interface RenderState.Delegate<State>
Modifier and Type | Method and Description |
---|---|
void |
commit(int layoutVersion,
RenderTree current,
RenderTree next,
State currentState,
State nextState) |
void |
commitToUI(RenderTree tree,
State state) |
void commit(int layoutVersion, RenderTree current, RenderTree next, State currentState, State nextState)
void commitToUI(RenderTree tree, State state)