Interface RequestCallback


public interface RequestCallback
The primary interface a caller must implement to receive a response to a Request.

Required Module

Modules that use this interface should inherit com.google.gwt.http.HTTP.
<module>
  <!-- other inherited modules, such as com.google.gwt.user.User -->
  <inherits name="com.google.gwt.http.HTTP"/>
  <!-- additional module settings -->
</module>