public class RenderEvent<T>
extends java.lang.Object
Event
that gets triggered by a com.facebook.litho.sections.annotations.DiffSectionSpec
to render the edges of the connection.
RenderEvent
is triggered when the com.facebook.litho.sections.annotations.DiffSectionSpec
is generating the ChangeSet
.
This means that when RenderEvent
is handled, the components are not inserted into the
adapter yet.
Modifier and Type | Field and Description |
---|---|
int |
index |
Bundle |
loggingExtras |
T |
model |
Constructor and Description |
---|
RenderEvent() |
public int index
public T model
public Bundle loggingExtras