public interface ExpandListener
Modifier and Type | Method and Description |
---|---|
void |
expandValue(ObjectValue value,
ExpansionDepth depth)
Notify that the given value is expanded to the given depth.
|
void |
removeExpansion(ObjectValue value)
Notify that expansion for the given value is removed.
|
void removeExpansion(ObjectValue value)
value
- The value to remove expansion from.void expandValue(ObjectValue value, ExpansionDepth depth)
value
- The value to expand.depth
- The depth at which to expand the value.