Example usage for com.google.gwt.debugpanel.widgets DebugPanelWidget.Listener interface-usage

List of usage examples for com.google.gwt.debugpanel.widgets DebugPanelWidget.Listener interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.debugpanel.widgets DebugPanelWidget.Listener interface-usage.

Usage

From source file com.example.panel.client.MyDebugPanel.java

/**
 * A simple example showing off the Debug Panel.
 */
public class MyDebugPanel implements EntryPoint, DebugPanelWidget.Listener {
    private GwtStatisticsEventSystem sys;
    private DefaultDebugStatisticsDebugPanelComponent panelComponent;