Notice that the first script in the figure is not placed in an event handler method.
注意,图中的第一个脚本并不放置在一个事件处理程序方法中。
Like Listing 9, Listing 10 also receives the event identifier over the GET method.
类似于清单9,清单10也通过GET方法取得事件标识符。
Method Bindings selects the "Method" to bind by mapping the Event Method (Native Method) to the Interface method.
方法绑定通过将事件方法(本机方法)映射到接口方法来选择要绑定的“方法”。
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是一个使用事件名和数据组成事件连接器包的方法。
So, jQuery has added a method to the Event module to replace these two functions, called the hover (fn1, fn2) function.
因此,jQuery向Event模块添加了一个新方法来替代这两个函数,这个方法就是hover (fn 1,fn2)函数。
Another approach is to write a method nested in the tag declaration of an object and assign the event handler to the event attribute of that method.
另一种方法是编写一个方法,将该方法嵌入在对象的标记声明中,并将事件处理程序赋给那个方法的event属性。
The method adds the event to the event table and then dynamically defines a method for the event, wiring the new method to the fire method on event.
该方法将事件添加到事件表中,然后为事件动态定义方法,将新方法连接到event上的fire方法。
The event method reads the transition table attribute, followed by the event table attribute.
event方法读取转换表的属性,然后读取事件表属性。
However, in this class 'pkey' is a primary key of the event EJB, and the method returns an Enumeration of clients attending a particular event.
然而在该类中,' pkey '是EventEJB的主键,该方法返回参加特定活动的客户的枚举列表。
This interface requires you to implement a single method called event().
这个接口要求实现一个称为 event() 的方法。
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中。
The @Events qualifier can be provided with a member value to indicate what kind of event this method needs to be notified of.
@Events限定符有成员值提示哪种事件需要通知。
The introduction of event processing provides a more loosely-coupled method of combining components than using service interfaces.
事件处理的引入提供了一种比使用服务接口耦合更松的组件组合方法。
The introduction of event processing provides a more loosely-coupled method of combining components than using service interfaces.
事件处理的引入提供了一种比使用服务接口耦合更松的组件组合方法。
应用推荐