List of usage examples for com.google.gwt.debugpanel.common GwtStatisticsEventDispatcher GwtStatisticsEventDispatcher
GwtStatisticsEventDispatcher
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()))); }