| Package | Description |
|---|---|
| com.google.gwt.debugpanel.common | |
| com.google.gwt.debugpanel.models | |
| com.google.gwt.debugpanel.widgets |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsEventSystem.addListener(StatisticsEventListener listener,
boolean replay)
Register a listener to receive future
events. |
void |
GwtStatisticsEventSystem.addListener(StatisticsEventListener listener,
boolean replay) |
protected static void |
GwtStatisticsEventSystem.onEvent(GwtStatisticsEvent event,
StatisticsEventListener listener) |
void |
StatisticsEventSystem.removeListener(StatisticsEventListener listener)
Removes a listener so it will no longer receive any
events. |
void |
GwtStatisticsEventSystem.removeListener(StatisticsEventListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugStatisticsModel<T extends DebugStatisticsValue>
A model of a tree of
statistics values. |
class |
GwtDebugStatisticsModel
GWT implementation of the
DebugStatisticsModel. |
class |
GwtExceptionModel
Gwt implementation of the
ExceptionModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugPanelRawLogWidget
Displays the
statistics events in raw format in a
list. |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.