List of usage examples for com.google.gwt.http.client RequestCallback interface-usage
From source file com.kaboomerang.gwt.rest.client.callback.CollectionResponseCallback.java
/**
* Implements GWT's RequestCallback interface, passing a Collection of
* Resources for successful requests or an error for failed requests to a
* ResourceResponseHandler.
*
* @author Jon Crosby
From source file com.kaboomerang.gwt.rest.client.callback.ResourceResponseCallback.java
/**
* Implements GWT's RequestCallback interface, passing a Resource for successful
* requests or an error for failed requests to a ResourceResponseHandler.
*
* @author Jon Crosby
*/
From source file com.kaboomerang.gwt.rest.client.callback.StatusResponseCallback.java
/**
* Implements GWT's RequestCallback interface, passing a status for successful
* requests or an error for failed requests to a StatusResponseHandler.
*
* @author Jon Crosby
*/
From source file com.nabla.wapp.client.auth.SecureRequestBuilder.java
public class SecureRequestBuilder implements RequestCallback { private static final Logger logger = LoggerFactory.getLog(SecureRequestBuilder.class); private final IAuthSessionManager sessionManager; private final RequestBuilder requestFactory;
From source file com.seanchenxi.resteasy.autobean.client.RESTResponseHandler.java
public abstract class RESTResponseHandler<T> implements RequestCallback { private String resourceName; private Class<T> clazz; private AsyncCallback<T> callback;
From source file de.spartusch.nasfvi.client.MainWidget.java
/**
* The main widget of the client containing most of the UI. This class
* implements the {@link HistoryStateSetter} interface and queries are only
* sent to the server when a history token is set using this interface.
* Suggestions on the other hand are processed automatically whenever the
* user enters text in the widget's <code>SuggestBox</code>.
From source file de.spartusch.nasfvi.client.SuggestRequest.java
/**
* A request for suggestions from the server. When run this class requests
* suggestions from the server and provides the suggestions to a {@link
* com.google.gwt.user.client.ui.SuggestOracle SuggestOracle}.
* @author Stefan Partusch
* @see {@link Suggestions}
From source file edu.nrao.dss.client.forms.JSONCallback.java
class JSONRequest implements RequestCallback { public JSONRequest(JSONCallback cb, String uri) { this.cb = cb; if (cb != null) { cb.setUri(uri);
From source file edu.nrao.dss.client.util.JSONRequest.java
public class JSONRequest implements RequestCallback { public JSONRequest(JSONCallback cb, String uri) { this.cb = cb; if (cb != null) { cb.setUri(uri);
From source file es.deusto.weblab.client.comm.WebLabRequestCallback.java
/**
* Callback to be invoked whenever a request finishes. Holds an internal
* IWlAsyncCallback, which will be invoked if an error occurs.
*
* Though this callback does apparently have methods to support both success and error
* notification, receiving a response successfully does not necessarily mean that the