public abstract class AbstractStatisticsModelEventHandler extends Object implements GwtDebugStatisticsModel.EventHandler
GwtDebugStatisticsModel.EventHandler.| Modifier and Type | Field and Description |
|---|---|
protected static String |
BEGIN |
protected static String |
END |
| Constructor and Description |
|---|
AbstractStatisticsModelEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
GwtDebugStatisticsModel.GwtNode |
findOrCreateChild(GwtDebugStatisticsModel model,
GwtDebugStatisticsModel.GwtNode parent,
String label,
double start,
double end) |
String |
getClassName(StatisticsEvent event) |
String |
getType(StatisticsEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected static final String BEGIN
protected static final String END
public GwtDebugStatisticsModel.GwtNode findOrCreateChild(GwtDebugStatisticsModel model, GwtDebugStatisticsModel.GwtNode parent, String label, double start, double end)
public String getType(StatisticsEvent event)
public String getClassName(StatisticsEvent event)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.