com.microstrategy.utils.DeltaProperties.Visitor |
Implement this interface, and use either
visit(com.microstrategy.utils.DeltaProperties.Visitor, boolean)
or
DeltaProperties#visitAll(com.microstrategy.utils.DeltaProperties.Visitor) to
traverse the contents of a DeltaProperties
object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | changedProperty(String name, String originalValue, String newValue) | ||||||||||
abstract void | end(String name) | ||||||||||
abstract void | end() | ||||||||||
abstract void |
start(String name)
Denotes there is relevant content that will be visited.
| ||||||||||
abstract void | start() | ||||||||||
abstract void | unchangedProperty(String name, String originalValue) |
Denotes there is relevant content that will be visited. This will not be invoked if there are no properties to visit.