public abstract class DebugStatisticsModel<T extends DebugStatisticsValue> extends Object implements StatisticsEventListener
statistics values.| Modifier and Type | Class and Description |
|---|---|
static class |
DebugStatisticsModel.Node<T extends DebugStatisticsValue>
A node in the tree of this model.
|
| Constructor and Description |
|---|
DebugStatisticsModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDebugStatisticsModelListener(DebugStatisticsModelListener<T> listener) |
void |
addNode(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> child,
int idx) |
DebugStatisticsModel.Node<T> |
getRoot() |
void |
removeDebugStatisticsModelListener(DebugStatisticsModelListener<T> listener) |
void |
updateNode(DebugStatisticsModel.Node<T> node,
T value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonStatisticsEventpublic DebugStatisticsModel.Node<T> getRoot()
public void addNode(DebugStatisticsModel.Node<T> parent, DebugStatisticsModel.Node<T> child, int idx)
public void updateNode(DebugStatisticsModel.Node<T> node, T value)
public void addDebugStatisticsModelListener(DebugStatisticsModelListener<T> listener)
public void removeDebugStatisticsModelListener(DebugStatisticsModelListener<T> listener)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.