| com.gwtext.client.core.UrlLoadCallback
Method Summary | |
void | execute(boolean success, int httpStatus, String responseText) The callback method. |
execute | void execute(boolean success, int httpStatus, String responseText)(Code) | | The callback method.
Parameters: success - true if request is successful Parameters: httpStatus - the http status code Parameters: responseText - thre response text |
|
|