Event method information is provided by the Function Selector.
事件方法信息是由函数选择器提供的。
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.
在异步操作完成或者事件触发的时候,就会调用方法并作为对该事件的反应。
The event handling method of the inner class is shown in Listing 2.
内部类的事件处理方法如清单2 所示。
This event causes a particular method (or set of methods) to be invoked.
这个事件会导致调用一个特定的(或一组)方法。
When a registered event occurs, the matching PHP method is called in your code.
当发生指定的事件时,就会调用对应的php代码。
The next parse event is obtained with the next method.
下一个解析事件是用next方法获得的。
In this method you'll wire up event handlers to the appropriate HttpApplication events.
在此方法中,您将把事件处理程序绑定到相应的HttpApplication事件。
ConnectToPlot is a very useful method for event handling.
connectToPlot是一个非常有用的事件处理方法。
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 the Form1_Load event handler method, copy and paste the following code.
在Form 1_load事件处理器方法中,复制并粘贴以下代码。
This opens the code page for the form, and it creates Form1_Load event handler method.
这将打开表单的代码页面,并创建Form 1_load事件处理器方法。
Once this occurs, the emitter validates the event by calling the validate() method on the event instance.
一旦开始验证,发射器通过调用事件实例上的 validate()方法验证事件。
An event indicating that a method call is about to return.
指示方法调用准备返回的事件。
An event indicating that a method has been invoked.
指示方法已被调用的事件。
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事件的事件处理方法。
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限定符有成员值提示哪种事件需要通知。
应用推荐