public interface DebugStatisticsModelListener<T extends DebugStatisticsValue>
DebugStatisticsModel.| Modifier and Type | Method and Description |
|---|---|
void |
nodeAdded(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> node,
int idx)
The given key-value pair was added to the model.
|
void |
nodeChanged(DebugStatisticsModel.Node<T> node,
T value)
The given key-value pair was modified in the model.
|
void nodeAdded(DebugStatisticsModel.Node<T> parent, DebugStatisticsModel.Node<T> node, int idx)
void nodeChanged(DebugStatisticsModel.Node<T> node, T value)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.