| Package | Description |
|---|---|
| com.google.gwt.debugpanel.client | |
| com.google.gwt.debugpanel.common | |
| com.google.gwt.debugpanel.models | |
| com.google.gwt.debugpanel.widgets |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractStatisticsModelEventHandler.getClassName(StatisticsEvent event) |
String |
AbstractStatisticsModelEventHandler.getType(StatisticsEvent event) |
boolean |
DefaultStatisticsModelStartupEventHandler.handle(GwtDebugStatisticsModel model,
StatisticsEvent event) |
boolean |
DefaultStatisticsModelRpcEventHandler.handle(GwtDebugStatisticsModel model,
StatisticsEvent event) |
| Modifier and Type | Method and Description |
|---|---|
StatisticsEvent |
GwtStatisticsEvent.asEvent() |
StatisticsEvent |
StatisticsEventDispatcher.newEvent(String system,
String group,
double millis,
String type)
Creates a new event object to be dispatched.
|
StatisticsEvent |
GwtStatisticsEventDispatcher.newEvent(String system,
String group,
double millis,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StatisticsEvent> |
StatisticsEventSystem.pastEvents()
Provides read-only access to all the recorded events.
|
Iterator<StatisticsEvent> |
GwtStatisticsEventSystem.pastEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsEventDispatcher.dispatch(StatisticsEvent event)
Dispatches the given event.
|
void |
GwtStatisticsEventDispatcher.dispatch(StatisticsEvent event) |
static GwtStatisticsEvent |
GwtStatisticsEvent.fromEvent(StatisticsEvent event) |
void |
StatisticsEventListener.onStatisticsEvent(StatisticsEvent event) |
void |
StatisticsEventDispatcher.setExtraParameter(StatisticsEvent event,
String name,
com.google.gwt.core.client.JavaScriptObject value)
Sets the given extra parameter's value as a JavaScriptObject.
|
void |
GwtStatisticsEventDispatcher.setExtraParameter(StatisticsEvent event,
String name,
com.google.gwt.core.client.JavaScriptObject value) |
void |
StatisticsEventDispatcher.setExtraParameter(StatisticsEvent event,
String name,
String value)
Sets the given extra parameter's value as a String.
|
void |
GwtStatisticsEventDispatcher.setExtraParameter(StatisticsEvent event,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GwtDebugStatisticsModel.EventHandler.handle(GwtDebugStatisticsModel model,
StatisticsEvent event) |
void |
GwtExceptionModel.onStatisticsEvent(StatisticsEvent event) |
void |
GwtDebugStatisticsModel.onStatisticsEvent(StatisticsEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugPanelRawLogWidget.onStatisticsEvent(StatisticsEvent event) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.