public class DefaultStatisticsModelRpcEventHandler extends AbstractStatisticsModelEventHandler
GwtDebugStatisticsModel.EventHandler that handles the RPC events.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultStatisticsModelRpcEventHandler.RpcTree
A subtree representing a single RPC call.
|
BEGIN, END| Constructor and Description |
|---|
DefaultStatisticsModelRpcEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
DefaultStatisticsModelRpcEventHandler.RpcTree |
getRpcRoot(GwtDebugStatisticsModel model,
GwtDebugStatisticsModel.GwtNode parent,
String module,
String group,
double millis) |
boolean |
handle(GwtDebugStatisticsModel model,
StatisticsEvent event) |
findOrCreateChild, getClassName, getTypepublic DefaultStatisticsModelRpcEventHandler()
public boolean handle(GwtDebugStatisticsModel model, StatisticsEvent event)
true if the event was handled and the tree updated.public DefaultStatisticsModelRpcEventHandler.RpcTree getRpcRoot(GwtDebugStatisticsModel model, GwtDebugStatisticsModel.GwtNode parent, String module, String group, double millis)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.