public class RenderEvent extends 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 |
Object |
model |
| Constructor and Description |
|---|
RenderEvent() |
public int index
public Object model
public Bundle loggingExtras