}
}
@Override
protected DispatchRequest processCall() {
return new GwtHttpDispatchRequest(dispatchService.undo(getSecurityCookie(), getAction(), result,
new AsyncCallback<Void>() {
public void onFailure(Throwable caught) {
RpcDispatchUndoCall.this.onExecuteFailure(caught);
dispatchHooks.onFailure(getAction(), caught, true);