Example usage for com.google.gwt.core.client JsonUtils.JSONHandler interface-usage

List of usage examples for com.google.gwt.core.client JsonUtils.JSONHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.core.client JsonUtils.JSONHandler interface-usage.

Usage

From source file org.sonar.api.web.gwt.client.webservices.JSONHandlerDispatcher.java

public abstract class JSONHandlerDispatcher<P extends ResponsePOJO> implements JsonUtils.JSONHandler {

    private QueryCallBack<P> callBack;

    public JSONHandlerDispatcher(QueryCallBack<P> callBack) {
        super();