All you add is a callback function.
您仅需要添加一个回调函数。
So what's in the callback function?
那么回调函数中有什么?
的方法和一个回调函数。
I've also attached a callback function.
同时我也附加了一个回调函数。
Set the xhr callback function. xhr.onreadystatechange()
设置xhr回调函数。
This code registers a callback function called cbfunc().
这个代码注册一个名为 cbfunc() 的回调函数。
Deal with the server's response in the callback function.
在回调函数中处理服务器的响应。
Thus, you specify a new callback function, processResults.
因此,您指定一个新的callback函数processresults。
Each callback function takes no arguments and returns Unit.
每一个回调函数都不接受参数,并且返回unit。
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.
在这个请求中,还定义回调函数。
When this happens (5), Informix calls the callback function (6).
这种情况发生时(5),Informix调用回调函数(6)。
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.
现在,用如下所示的代码来定义这个回调函数。
A callback function invoked if the statement is executed successfully.
一个回调函数,在语句成功执行时调用。
Now we can see the callback function on the client, showInsertResults.
现在我们可以看看客户机上的回调函数 showInsertResults。
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.
此外,还会调用事务函数并向其传递一个回调函数。
When the timer expires, the callback function (my_timer_callback) is invoked.
当计时器过期时,将调用回调函数my _ timer_callback。
We could define the callback function in the same code block, but with a name.
我们可以在同一个代码块中定义回调函数,但是使用一个名称。
The interesting part of Listing 18 is the callback function, updateContactList.
清单18中最有趣的一部分是回调函数updatecontactlist。
The second addition to the code concerns the registration of a callback function.
代码的第二个添加涉及一个回调函数的注册。
Listing 6 shows the event handlers and the callback function of the sample widget.
清单6显示的是小部件样例的事件处理函数和回调函数。
Note that we put a? As the callback function name instead of a real function name.
注意,我们使用?作为回调函数名,而非真实的函数名。
Then, your callback function can use that data, as seen in Listing 1 and Listing 4.
然后回调函数就可以使用这些数据,如清单1和 清单 4 所示。
The arguments to this callback function include a transaction handle and a result set.
这个回调函数的参数包含一个事务句柄和一个结果集。
应用推荐