Example usage for com.google.gwt.debugpanel.client DefaultStatisticsModelRpcEventHandler DefaultStatisticsModelRpcEventHandler

List of usage examples for com.google.gwt.debugpanel.client DefaultStatisticsModelRpcEventHandler DefaultStatisticsModelRpcEventHandler

Introduction

In this page you can find the example usage for com.google.gwt.debugpanel.client DefaultStatisticsModelRpcEventHandler DefaultStatisticsModelRpcEventHandler.

Prototype

public DefaultStatisticsModelRpcEventHandler() 

Source Link

Usage

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

License:Apache License

public void onShow() {
    panelComponent.reset(sm = new GwtDebugStatisticsModel(new DefaultStatisticsModelStartupEventHandler(),
            new DefaultStatisticsModelRpcEventHandler()));
    xmlComponent.reset();//from  ww  w  .jav a 2 s .c o  m
    logComponent.reset();

    sys.addListener(sm, false);
    sys.addListener(em, false);
    sys.enable(true);
}