public class GwtDebugStatisticsModel extends DebugStatisticsModel<GwtDebugStatisticsValue>
DebugStatisticsModel.| Modifier and Type | Class and Description |
|---|---|
static interface |
GwtDebugStatisticsModel.EventHandler
Handles the
events and builds/updates the nodes in
the tree of the given model. |
static class |
GwtDebugStatisticsModel.GwtNode
A node that has a
GwtDebugStatisticsValue as its value. |
DebugStatisticsModel.Node<T extends DebugStatisticsValue>| Constructor and Description |
|---|
GwtDebugStatisticsModel(GwtDebugStatisticsModel.EventHandler... handlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNodeAndUpdateItsParents(GwtDebugStatisticsModel.GwtNode parent,
GwtDebugStatisticsModel.GwtNode child,
int idx) |
void |
onStatisticsEvent(StatisticsEvent event) |
void |
updateNodeAndItsParents(GwtDebugStatisticsModel.GwtNode node,
GwtDebugStatisticsValue value) |
addDebugStatisticsModelListener, addNode, getRoot, removeDebugStatisticsModelListener, updateNodepublic GwtDebugStatisticsModel(GwtDebugStatisticsModel.EventHandler... handlers)
public void onStatisticsEvent(StatisticsEvent event)
public void updateNodeAndItsParents(GwtDebugStatisticsModel.GwtNode node, GwtDebugStatisticsValue value)
public void addNodeAndUpdateItsParents(GwtDebugStatisticsModel.GwtNode parent, GwtDebugStatisticsModel.GwtNode child, int idx)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.