This code registers a callback function called cbfunc().
这个代码注册一个名为 cbfunc() 的回调函数。
Each callback function takes no arguments and returns Unit.
每一个回调函数都不接受参数,并且返回unit。
When this happens (5), Informix calls the callback function (6).
这种情况发生时(5),Informix调用回调函数(6)。
When the timer expires, the callback function (my_timer_callback) is invoked.
当计时器过期时,将调用回调函数my _ timer_callback。
The interesting part of Listing 18 is the callback function, updateContactList.
清单18中最有趣的一部分是回调函数updatecontactlist。
Listing 6 shows the event handlers and the callback function of the sample widget.
清单6显示的是小部件样例的事件处理函数和回调函数。
Then, your callback function can use that data, as seen in Listing 1 and Listing 4.
然后回调函数就可以使用这些数据,如清单1和 清单 4 所示。
When the service responds, the callback function in the Rich UI handler is invoked.
当此服务响应时,这个RichUI处理程序中的回调函数将被调用。
The callback function gets a transaction object that it can use to execute SQL.
callback函数获得一个事务对象,用来执行SQL。
The error callback function will get passed a single parameter of type PositionError.
失败callback函数将传递一个PositionError类型参数。
In my callback function I also add, somewhat superfluously, id attributes to my elements.
在回调函数中我也有些多余地为元素增加了id属性。
A callback function is passed to the method when it is invoked to capture the return value.
当该方法被调用来获取返回值时,一个回调函数会传递给此方法。
Moreover, you can also specify a callback function if you request JSON data from the service.
此外,如果您向服务请求JSON数据,还可指定回调函数。
This state object is passed to your timer callback function during each timer event invocation.
在每一个定时器事件被调用时该state对象作为一个参数传递给你的定时回调函数。
Although it returns a JSONP reply, it doesn't let you define a callback function name in the URL.
尽管返回了JSONP回复,但它不允许您在URL中定义回调函数名。
Create the Ajax callback function mapped to the desired process service implementation and method.
创建Ajax回调函数,这些回调函数被映射到所需的处理服务实现和方法。
The callback function creates a unique file name to write the audit records stored in named memory.
回调函数创建一个惟一文件名来写入已命名内存中存储的审计记录。
Note that displayCart() is a callback function invoked with the Cart response data from the server.
请注意displayCart()是一个回调函数,由服务器返回的Cart响应数据调用。
When you call the server using Ajax, the resulting response calls back through a callback function.
在使用Ajax调用服务器时,产生的响应是通过调用一个回调函数返回的。
We care that the server resource name is correct and that the second argument is a callback function.
我们关心服务器资源名称是正确的,并且第二个参数是一个回调函数。
This approach relies on the remote service accepting a callback function name as a request parameter.
这种方法依赖于接受回调函数名作为请求参数的远程服务。
Listing 10 provides a simple callback function to output all the response headers from a head request.
清单10提供了一个简单的回调函数,用来输出从HEAD请求中获得的响应头的内容。
This function provides the same processing as do_auditing2 but changes the callback function slightly.
这个函数提供的处理与do_auditing 2相同,但略微修改了回调函数。
For the error callback function, you pass a simple closure that simply displays the error information.
如果callback函数失败,就传递一个显示失败信息的终止参数。
Using a callback function means I don't need to know when the server is finished loading the JSON data.
利用回调函数完全不需要知道服务器什么时候完成JSON数据的加载。
It will also invoke the callback function response to confirm the update when the transaction completes.
它还将在事务完成时调用回调函数response来确认更新。
This code includes a callback function when your service responds successfully to your asynchronous request.
代码中包含服务成功响应异步请求时调用的回调函数。
The callback function specified in req.onreadystatechange is invoked when the server responds to the request.
在req.onreadystatechange 内指定的回调函数在服务器响应请求的时候调用。
It takes the file path to the file being requested, the serialized form data, and finally a callback function.
它将文件路径指向被请求的文件、序列化数据、最后是一个回调函数。
It takes the file path to the file being requested, the serialized form data, and finally a callback function.
它将文件路径指向被请求的文件、序列化数据、最后是一个回调函数。
应用推荐