The CometProcessor interface requires you to implement the event method.
CometProcessor接口要求实现event方法。
The event method reads the transition table attribute, followed by the event table attribute.
event方法读取转换表的属性,然后读取事件表属性。
Because the exception has been handled, the event method does not return an HTTP error status code.
因为异常已被处理,所以该事件方法不返回HTTP错误状态代码。
Method Bindings selects the "Method" to bind by mapping the Event Method (Native Method) to the Interface method.
方法绑定通过将事件方法(本机方法)映射到接口方法来选择要绑定的“方法”。
The prospecting for deep concealed metallic ore deposits by using scattering event method is a bold attempt.
利用散射波地震技术寻找深部隐伏金属矿是一种大胆的尝试。
If you look back at Listing 2 in the event method, when the event is a BEGIN, the response object is passed in to the MessageSender.
回头看看清单2中的event方法,当事件为BEGIN时,response对象被传入到MessageSender中。
This complexity is partly caused by the common mistake of implementing the event method with a large if statement to capture all the handling logic.
造成这种复杂性的部分原因是出现了一种常见的错误:通过大量的if语句捕捉所有处理逻辑来实现event方法。
Notice that the first script in the figure is not placed in an event handler method.
注意,图中的第一个脚本并不放置在一个事件处理程序方法中。
The introduction of event processing provides a more loosely-coupled method of combining components than using service interfaces.
事件处理的引入提供了一种比使用服务接口耦合更松的组件组合方法。
Like Listing 9, Listing 10 also receives the event identifier over the GET method.
类似于清单9,清单10也通过GET方法取得事件标识符。
Then you can either abandon the event or must invoke the method overridden in the based class.
然后就可以放弃事件或者调用重写了基类的方法。
When the asynchronous operation finishes or when the handled event takes place, a method gets called and executed as a reaction to the event.
在异步操作完成或者事件触发的时候,就会调用方法并作为对该事件的反应。
Table 5 summarizes the URI pattern and HTTP method, as well as which event gets emitted.
表5总结了URI模式和HTTP方法,以及发出了的哪些事件。
When a registered event occurs, the matching PHP method is called in your code.
当发生指定的事件时,就会调用对应的php代码。
Starting with StartElement as the next expected event, the method will concatenate all characters and return the resulting string before an EndElement is encountered.
从StartElement作为下一个预期事件开始,该方法在遇到EndElement之前将所有字符连接起来并返回结果字符串。
Once the characters event triggers the characters method, the actual translated data is caught and added to the translated strings table.
一旦字符事件触发了characters方法,则获取实际已翻译的数据并添加至已翻译的字符串表中。
Obtain the next parsing event using the next method, as follows: xpp.next ;.
可以使用next方法获得下一个解析事件,代码如下:xpp . next ;。
In programming terms, the trigger method should be scoped to event.
在编程术语中,trigger方法的范围应针对事件。
Once these object properties are set, the insertEvent() method actually saves the event to the Google servers.
设置完这些对象属性后,insertEvent()方法将事件保存到Google服务器。
At some unspecified later time, when the subject's state changes, the subject notifies the observer of the change event with the update method callback.
在随后某个未知的时候,目标对象的状态发生了更改,目标对象会使用update回调方法,通知观察者,告知已经发生了状态更改事件。
This could potentially result in the Elapsed event firing even after the Stop method has been called.
这会潜在的导致消失事件被引发即使其Stop方法已经被调用。
Once this occurs, the emitter validates the event by calling the validate() method on the event instance.
一旦开始验证,发射器通过调用事件实例上的 validate()方法验证事件。
We can then either type a new event handler method name to use, or optionally just press the enter key to name the event handler method using the default naming convention.
然后我们可以输入一个要用的新事件处理方法的名称,或者只要点击回车键,使用默认的命名约定来命名事件处理方法。
For example, an event receiver could subscribe to all events by invoking the subscribe method of the event channel with a parameter of Event.class.
例如,事件接收者通过使用参数Event . class调用事件通道的subscribe方法,可以订阅所有事件。
To do that, you first need to have an event handling method in the ManageCustomer controller for an "add" menuitem onClick event.
要完成这些,首先要在ManageCustomer控制器中有“add”菜单项的onClick事件的事件处理方法。
Send is a method that forms the event connector packet using the event name and data.
Send是一个使用事件名和数据组成事件连接器包的方法。
Event handling is simplified in ActionScript 3.0 thanks to method closures, which provide built-in event delegation.
由于方法闭包,ActionScript 3.0中的事件处理得以提供内建的事件委托,从而得到了简化。
Event handling is simplified in ActionScript 3.0 thanks to method closures, which provide built-in event delegation.
由于方法闭包,ActionScript 3.0中的事件处理得以提供内建的事件委托,从而得到了简化。
应用推荐