这个文件将URL映射到回调函数。
接口中再也没有实现回调函数。
There are no more callbacks to implement as part of an interface.
这些回调函数的细节将在下面两个小节中讲解。
Details of these call back functions are described in the following two sections.
代码中包含服务成功响应异步请求时调用的回调函数。
This code includes a callback function when your service responds successfully to your asynchronous request.
指定的回调函数将处理来自Web服务的响应。
The specified call-back function handles the response from the Web service.
当调用由其他应用程序定义的回调函数时会发生什么?
What happens when you invoke callback functions defined by other applications?
这些例程通常称为回调函数,因为在操作发生时会反向调用它们。
These routines are typically named callback functions, as they're called back to work upon some action.
清单6显示的是小部件样例的事件处理函数和回调函数。
Listing 6 shows the event handlers and the callback function of the sample widget.
随后,设置负责处理XML元素开始和结束的回调函数。
Then, set callback functions, which are responsible for handling the start and end of XML elements.
事件发生时调用的回调函数可以在捕获事件处进行编写。
The callback functions that are called when an event occurs can be written in the same spot where you capture the event.
这种方法依赖于接受回调函数名作为请求参数的远程服务。
This approach relies on the remote service accepting a callback function name as a request parameter.
这个代码注册一个名为 cbfunc() 的回调函数。
此外,如果您向服务请求JSON数据,还可指定回调函数。
Moreover, you can also specify a callback function if you request JSON data from the service.
这是一个定时器方法,同时指定了回调时间间隔和回调函数。
This is a timer method in which you specify both the interval of the callback and the function to call back.
然后回调函数就可以使用这些数据,如清单1和 清单 4 所示。
Then, your callback function can use that data, as seen in Listing 1 and Listing 4.
当该方法被调用来获取返回值时,一个回调函数会传递给此方法。
A callback function is passed to the method when it is invoked to capture the return value.
这个回调函数的主要用途是处理PAM服务抛出的所有询问。
The primary purpose of the callback function is to allow you to handle all the challenges thrown your way by the PAM service.
传送请求完成后,核心会使用以前注册的回调函数来通知驱动程序。
The core notifies the driver using previously registered callback functions after the transfer request is completed.
然后控制就会返回浏览器,当服务器响应到达时,会调用回调函数。
Control then returns to the browser, but the callback function will be called when the server's response arrives.
这种情况发生时(5),Informix调用回调函数(6)。
When this happens (5), Informix calls the callback function (6).
如果注册了一个路径,它就使用定义的回调函数来生成要显示的内容。
If a path is registered, it USES the defined function as a callback to produce the content presented.
它将文件路径指向被请求的文件、序列化数据、最后是一个回调函数。
It takes the file path to the file being requested, the serialized form data, and finally a callback function.
这个路由机制支持可选和必选参数、默认值、嵌套路由以及回调函数。
This routing mechanism supports (among other things) optional and mandatory parameters, default values, nested routes, and callback functions.
尽管返回了JSONP回复,但它不允许您在URL中定义回调函数名。
Although it returns a JSONP reply, it doesn't let you define a callback function name in the URL.
每当对应的客户端套接字包含读、写或错误操作时,调用对应的回调函数。
Each time a corresponding client socket contains any read, write or error operations, the corresponding callback function is called.
该URL通常包含一个“回调”参数,它是您想要调用的回调函数的名称。
The URL usually includes a "callback" parameter, which is the name of the callback function that you want invoked.
如果令牌不匹配的话,v8会调用回调函数来判断这个访问是否应该被允许。
If the tokens do not match V8 performs a callback to check if access should be allowed.
SAX包含一个基于事件的回调函数集,而DOM有一个内存中的树状结构。
SAX consists of an event-based set of callbacks, while DOM has an in-memory tree structure.
创建Ajax回调函数,这些回调函数被映射到所需的处理服务实现和方法。
Create the Ajax callback function mapped to the desired process service implementation and method.
回调函数可以读取保存在已命名内存中的记录(7)并将每条记录写入一个文件(8)。
The callback function can read the records that were saved in named memory (7) and write each record to a file (8).
应用推荐