Example usage for com.google.gwt.user.client.rpc.impl RemoteServiceProxy isStatsAvailable

List of usage examples for com.google.gwt.user.client.rpc.impl RemoteServiceProxy isStatsAvailable

Introduction

In this page you can find the example usage for com.google.gwt.user.client.rpc.impl RemoteServiceProxy isStatsAvailable.

Prototype

@Deprecated
public static boolean isStatsAvailable() 

Source Link

Document

Indicates if RPC statistics should be gathered.

Usage

From source file:org.waveprotocol.box.webclient.stat.gwtevent.GwtStatisticsEventDispatcher.java

License:Apache License

public boolean enabled() {
    return RemoteServiceProxy.isStatsAvailable();
}