Package org.waveprotocol.box.webclient.stat.gwtevent

Examples of org.waveprotocol.box.webclient.stat.gwtevent.GwtStatisticsEventSystem


  }

  private void setupStatistics() {
    Timing.setScope(new SingleThreadedRequestScope());
    Timing.setEnabled(true);
    GwtStatisticsEventSystem eventSystem = new GwtStatisticsEventSystem();
    eventSystem.addListener(new GwtStatisticsHandler(), true);
    eventSystem.enable(true);
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.box.webclient.stat.gwtevent.GwtStatisticsEventSystem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.