All you add is a callback function.
您仅需要添加一个回调函数。
So what's in the callback function?
那么回调函数中有什么?
的方法和一个回调函数。
I've also attached a callback function.
同时我也附加了一个回调函数。
Create the managed callback function.
创建托管回调函数。
This is the clean up callback function.
这是清理函数的回调函数。
Callback function (null if no callback is needed).
回调函数(如果不需要回调,就是null)。
Set the xhr callback function. xhr.onreadystatechange()
设置xhr回调函数。
Deal with the server's response in the callback function.
在回调函数中处理服务器的响应。
A callback function that creates the provider object.
一个回调函数,用于创建提供程序对象。
Thus, you specify a new callback function, processResults.
因此,您指定一个新的callback函数processresults。
You pass in the URL and a string naming the callback function.
传递一个URL和命名回调函数的字符串。
When a response is received, the callback function is invoked.
在接收到响应后,调用回调函数。
As a part of the request, the callback function is also defined.
在这个请求中,还定义回调函数。
Within the callback function, the returned data can be processed.
在该回调函数内,可能处理返回的数据。
The callback function is a standard construct in asynchronous APIs.
回调函数是异步api的标准结构。
Now define the callback function using the source code shown below.
现在,用如下所示的代码来定义这个回调函数。
In which case the callback function should be void callback (XML x).
在这种情况下,回调函数应该是voidcallback (XML x)。
A callback function invoked if the statement is executed successfully.
一个回调函数,在语句成功执行时调用。
Pointer to the callback function table of the native application.
指向本地应用程序的回调函数表。
A channel must be registered to listen for the callback function.
信道必须注册以侦听回调函数。
Now we can see the callback function on the client, showInsertResults.
现在我们可以看看客户机上的回调函数 showInsertResults。
The callback function then uses the forEach method on the Array object.
该回调函数然后使用Array对象的forEach方法。
Listing 4 shows the callback function for the HTTP GET version function.
清单4显示了HTTPGET版本函数的回调函数。
This callback function will be invoked after the Worker script executes.
这个回调函数将在该worker脚本执行后调用。
You can pass an optional data object and callback function if you need them.
如果需要的话,您还可以传递一个可选的数据对象和回调函数。
The transaction function is called, and a callback function is passed to it.
此外,还会调用事务函数并向其传递一个回调函数。
We could define the callback function in the same code block, but with a name.
我们可以在同一个代码块中定义回调函数,但是使用一个名称。
Next, you have to create the callback function in your managed application.
接着,必须在托管应用程序中创建回调函数。
The second addition to the code concerns the registration of a callback function.
代码的第二个添加涉及一个回调函数的注册。
应用推荐