public class ChangesetDebug
extends java.lang.Object
implements com.facebook.litho.sections.ChangesetDebugConfiguration.ChangesetDebugListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangesetDebug.ChangesetListener |
| Modifier and Type | Method and Description |
|---|---|
void |
onChangesetApplied(com.facebook.litho.sections.Section rootSection,
com.facebook.litho.sections.ChangesInfo changesInfo,
java.lang.String surfaceId,
com.facebook.litho.sections.ChangesetDebugConfiguration.ChangesetDebugInfo changesetDebugInfo) |
void |
onChangesetApplied(com.facebook.litho.sections.Section rootSection,
com.facebook.litho.sections.Section oldSection,
com.facebook.litho.sections.ChangesInfo changesInfo,
java.lang.String surfaceId,
int source,
java.lang.String attribution) |
static void |
setListener(ChangesetDebug.ChangesetListener listener) |
public static void setListener(ChangesetDebug.ChangesetListener listener)
public void onChangesetApplied(com.facebook.litho.sections.Section rootSection,
com.facebook.litho.sections.Section oldSection,
com.facebook.litho.sections.ChangesInfo changesInfo,
java.lang.String surfaceId,
int source,
java.lang.String attribution)
onChangesetApplied in interface com.facebook.litho.sections.ChangesetDebugConfiguration.ChangesetDebugListenerpublic void onChangesetApplied(com.facebook.litho.sections.Section rootSection,
com.facebook.litho.sections.ChangesInfo changesInfo,
java.lang.String surfaceId,
com.facebook.litho.sections.ChangesetDebugConfiguration.ChangesetDebugInfo changesetDebugInfo)
onChangesetApplied in interface com.facebook.litho.sections.ChangesetDebugConfiguration.ChangesetDebugListener