事件对象是已定义的数据字段集。
事件由一个或多个事件对象组成。
Windows事件对象是异步的。
语义和逻辑服务可以根据需要帮助转换或变换事件对象。
The semantic and logical services can help translate or transform event objects, if needed.
环境中的事件使用者也许无法使用当前形式的事件对象。
Event consumers in the environment may not be able to consume the event object in its current form.
OpenEvent用来打开一个现有的有名事件对象。
StAX提供的另一种风格的API以事件对象为中心。
The other API style provided by StAX is centered around event objects.
此事件对象稍后用来预防默认表单提交。正如之前代码所述。
This event object is later used to prevent default form submission, as in the earlier code listings.
另一个好处是,它隐藏了事件对象和处理程序返回值的细节。
It's also nice because it hides the details of the event objects and handler return values.
关于解析事件的所有信息都封装在事件对象而不是读取器中。
All information about the parsed event is encapsulated in the event object rather than in the reader.
返回的事件对象是不变的,应用程序可以保存到解析过程之后。
The returned event objects are immutable and the application can cache them beyond the parsing process.
一个事件由作为已定义数据字段集的一个或多个事件对象组成。
An event is composed of one or more event objects, which are sets of defined data fields.
另一种较高层次的API支持将全部事件对象加到输出流中。
The other, higher-level API style supports the addition of entire event objects into the output stream.
计算机应用程序创建事件对象(计算机记录)来表示或报告事件。
A computer application creates an event object (a computer record) to signal or report the event.
下一步,您需要指定如何将每个事件对象字段映射到中间对象字段。
Next you need to specify how each of the event object fields is mapped to the intermediate object fields.
为事件XML中传递的数据定义了事件对象字段(并且必须匹配)。
Event object fields are defined for (and must match) the data passed in the event XML. The names and data types used in this scenario are.
单个事件对象的存活期非常短,在其消失之前刚够时间进行即时处理。
An individual event object is short-lived, and exists only long enough for immediate processing before it ceases to be.
因此执行者扩展特定SAP接口,并将事件对象转换为SAP对象格式。
The actuator thus extends the specific SAP interface, and translates the event object to the SAP object format.
函数SetEvent()用来将事件对象的状态设置为有信号状态。
The function SetEvent() is used to set the state of the event object to signaled state.
这个函数返回事件对象的句柄,这样就可以在后续的调用中使用这个事件对象了。
This function returns the handle to the event object and can be used in subsequent calls to the event object.
对事件对象调用的等待函数会阻塞调用线程,直到其状态被设置为有信号状态为止。
The wait function on the event object blocks the calling thread until its state is set to signaled state.
注意:在此示例中,事件对象和中间对象的字段名称相同,但是它们不是必须相同。
Note: in this example, the names of the fields are the same for the event object and the intermediate object, but they don't have to be.
这个函数创建一个手工重置或自动重置的事件对象,同时还要设置改对象的初始状态。
This function creates a manual-reset or auto-reset event object and also sets the initial state of the object.
Windows提供了两种类型的事件对象——手工重置对象和自动重置对象。
Windows provides two types of event objects — manual and auto reset.
CEI提供了用于WebSphere应用程序的标准接口及服务来创建并发出事件对象。
CEI provides the standard interfaces and services for WebSphere applications to create and emit event objects.
消息总线将创建一个事件对象,并且将该事件对象连同业务服务的实例一起发送给事件通道。
The message bus creates an event object and dispatches it, along with an instance of a business service, to an event channel.
事件处理程序更通用,它以一个事件对象为参数,其中包含事件类型、事件坐标等。
An event handler is more general; it takes an event object that contains the event type, the event coordinates, and so on.
在此情况下,执行者充当代理或中介,代表事件使用者使用、转换事件对象并将其发送给使用者。
The actuator in this case is acting as a proxy or agent on behalf of the event consumer to consume, transform, and send the event object to the consumer.
有些事件的调用顺序不一样,在IE中和在Firefox中相同的事件对象可能具有不同的属性。
The call order of some of the events is different, and there may be a different set of attributes for similar event objects in IE and Firefox.
有些事件的调用顺序不一样,在IE中和在Firefox中相同的事件对象可能具有不同的属性。
The call order of some of the events is different, and there may be a different set of attributes for similar event objects in IE and Firefox.
应用推荐