Interface | Description |
---|---|
Reporter |
A
Reporter receives callbacks for every NodeState
and PropertyState that was accessed via a {ReportingNodeState}
instance. |
Class | Description |
---|---|
LoggingReporter |
A Reporter implementation that logs every nth node
and/or any nth property to the given logger on
info
level. |
PeriodicReporter |
Abstract class that simplifies development of a Reporter
that should only report every nth event (node or property seen).
|
ReportingNodeState |
A decoration layer for NodeState instances that intercepts
all accesses to NodeStates and PropertyStates (getters) and
informs a
Reporter via its callbacks that the respective
NodeStates or PropertyStates have been accessed. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved