public abstract class PeriodicReporter extends java.lang.Object implements Reporter
Modifier and Type | Method and Description |
---|---|
void |
reportNode(@NotNull ReportingNodeState nodeState)
Callback reporting that the given
nodeState was accessed. |
void |
reportProperty(@NotNull ReportingNodeState parent,
@NotNull java.lang.String propertyName)
Callback reporting that the property named
propertyName
was accessed on the parent node. |
public final void reportNode(@NotNull @NotNull ReportingNodeState nodeState)
Reporter
nodeState
was accessed.reportNode
in interface Reporter
nodeState
- The accessed ReportingNodeState
instance.public final void reportProperty(@NotNull @NotNull ReportingNodeState parent, @NotNull @NotNull java.lang.String propertyName)
Reporter
propertyName
was accessed on the parent
node.reportProperty
in interface Reporter
parent
- The parent node state of the reported property.propertyName
- The name of the reported property.Copyright © 2010 - 2023 Adobe. All Rights Reserved