No JMX callbacks are required.
不需要进行JMX回调。
不支持回调。
Listing 7. Widget callbacks with display.c.
清单7.display . c与控件回调。
Implementing bean lifecycle callbacks and scope.
实现bean生命周期回调和范围。
Not using dojo.hitch for callbacks where needed.
在需要的时候没有为回调使用 dojo.hitch。
These callbacks are referred to as event handlers.
这些回调称为事件句柄。
In this article, I created callbacks as real classes.
在本文中,我用真正的类实现回调。
In general paradigm, PyGTK USES callbacks with widgets.
在常规范例中,PyGTK对窗口构件使用回调。
There are no more callbacks to implement as part of an interface.
接口中再也没有实现回调函数。
Collect the login information from the user using various callbacks.
使用各种回调从用户处收集登录信息。
The disadvantage is that writing SAX parser callbacks is a big nuisance.
缺点是编写SAX解析器回调是件非常麻烦的事。
The notification occurs through the use of callbacks to the content handler.
并通过内容处理程序的回调进行通知。
The click method iterates through the list of callbacks and invokes each one.
方法click会遍历回调函数的列表,然后一个个地调用它们。
Interceptor callbacks are invoked when any object property is accessed by a script.
拦截器回调函数,当任意对象属性被脚本访问的时候被调用。
As with accessors, the specified callbacks are invoked whenever a property is accessed.
像访问器一样,当一个属性被访问时指定的回调函数就会被激活。
The solution is to use the event callbacks on the search box, as shown in Listing 5.
解决方法就是对搜索框使用事件回调,如清单5所示。
The SAX programmer implements one of the SAX interfaces that defines these callbacks.
SAX程序员实现一个SAX接口来定义这些回调。
Events are associated with the XML document being read, so SAX is coded in callbacks.
事件与读入的XML文档相关联,因此SAX 以回调的方式编码。
To implement callbacks, you'll simply create the method and annotate it appropriately.
要实现回调,只需创建方法并适当地将其注释即可。
If they are not in the same domain, then JMX callbacks are used to obtain the subject.
如果不位于相同的域中,则将使用JMX回调来获取主题。
This callback handler implements the handle (callback callbacks ) method in the interface.
回调处理器在接口中实现一个处理方法(callbackcallbacks )。
SAX consists of an event-based set of callbacks, while DOM has an in-memory tree structure.
SAX包含一个基于事件的回调函数集,而DOM有一个内存中的树状结构。
The next section will illustrate implementing lifecycle callbacks and scope of the bean.
下一节将演示 bean 的生命周期回调和范围的实现。
This example is basic, but the callbacks can be implemented to be as complex as you want.
这个例子很基础,但是回调可按需地进行更加复杂的实现。
This means that when a failover occurs, it's not possible to cancel outstanding callbacks.
这意味着,故障转移发生时,不能取消未完成的回调。
The same could have been accomplished by adding a special abstract class with empty callbacks.
通过添加带有空回调的特定抽象类同样可以完成该操作。
SAX is a pain to code in; callbacks aren't very OO, and it takes a long time to get good at it.
SAX编码很令人痛苦,回调不是很符合面向对象的思路,熟练掌握它又需要花很长的时间。
If there is a complex interaction between callbacks, look for redundant codes and simplify them.
如果回调之间存在复杂的交互,请查找并消除冗余代码。
This generates a trace of the native methods called as well as the JNI callbacks that they make.
这将生成对已调用的本机方法以及它们发起的JNI回调的跟踪。
SAX parsers, for example, deliver the parsing events through callbacks to the client application.
比如,SAX解析器通过回调客户应用程序提交解析事件。
应用推荐