コード例 #1
0
 @Override
 protected boolean onResponseReceived(RequestContext context) {
   GwtUtils.log(
       getClass(),
       "onResponseReceived",
       "service = "
           + getServiceName()
           + ", methodName = "
           + context.getMethodName()
           + " response.statusCode = "
           + context.getResponse().getStatusCode());
   hideWaitPanelIfRequired(context);
   return true;
 }