Example usage for com.google.gwt.debugpanel.common GwtStatisticsEventDispatcher GwtStatisticsEventDispatcher

List of usage examples for com.google.gwt.debugpanel.common GwtStatisticsEventDispatcher GwtStatisticsEventDispatcher

Introduction

In this page you can find the example usage for com.google.gwt.debugpanel.common GwtStatisticsEventDispatcher GwtStatisticsEventDispatcher.

Prototype

GwtStatisticsEventDispatcher

Source Link

Usage

From source file:com.example.app.client.MyMainApp.java

License:Apache License

public void onModuleLoad() {
    final EchoServiceAsync service = GWT.create(EchoService.class);
    RootPanel.get("contents").add(new EchoWidget(service,
            new ExceptionHandler(new GwtStatisticsEventDispatcher(), new GwtExceptionSerializer())));
}