Uses of Interface
com.google.gwt.gadgets.client.io.ResponseReceivedHandler

Packages that use ResponseReceivedHandler
com.google.gwt.gadgets.client.io   
 

Uses of ResponseReceivedHandler in com.google.gwt.gadgets.client.io
 

Methods in com.google.gwt.gadgets.client.io with parameters of type ResponseReceivedHandler
 void GadgetsIo.makeRequest(String url, ResponseReceivedHandler<Object> handler)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 void GadgetsIo.makeRequest(String url, ResponseReceivedHandler<Object> handler, RequestOptions options)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 void GadgetsIo.makeRequestAsDom(String url, ResponseReceivedHandler<com.google.gwt.dom.client.ObjectElement> handler)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 void GadgetsIo.makeRequestAsDom(String url, ResponseReceivedHandler<com.google.gwt.dom.client.ObjectElement> handler, RequestOptions options)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 void GadgetsIo.makeRequestAsJso(String url, ResponseReceivedHandler<? extends com.google.gwt.core.client.JavaScriptObject> handler)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 void GadgetsIo.makeRequestAsJso(String url, ResponseReceivedHandler<? extends com.google.gwt.core.client.JavaScriptObject> handler, RequestOptions options)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 void GadgetsIo.makeRequestAsText(String url, ResponseReceivedHandler<String> handler)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 void GadgetsIo.makeRequestAsText(String url, ResponseReceivedHandler<String> handler, RequestOptions options)
          Makes the HTTP request and invokes the onResponseReceived(ResponseReceivedEvent) method with the received response.
 



Copyright © 2014. All rights reserved.