Called when a
com.google.gwt.http.client.Request does not complete
normally. A
com.google.gwt.http.client.RequestTimeoutException RequestTimeoutException is
one example of the type of error that a request may encounter.
Parameters: request - the request object which has experienced the error condition Parameters: exception - the error that was encountered
Called when a pending
com.google.gwt.http.client.Request completes
normally. Note this method is called even when the status code of the
HTTP response is not "OK", 200.
Parameters: request - the object that generated this event Parameters: response - an instance of thecom.google.gwt.http.client.Response class