asyncCallback.onError();
}
public void onSuccess(S result)
{
AsyncResponseHandler asyncResponseHandler= createRemoteServiceByWebSocket(AsyncResponseHandler.class);
String id= (String) ScriptHelper.eval("this.javaId", this);
asyncResponseHandler.pushResponse((String) result, id);
}
};
}
else
result= (AsyncCallback<S>) asyncCallback;