event class object的意思|示意
事件类对象
event class object的网络常见释义
事件类对象 ... 事件源对象 event source object 事件类对象 event class object 可触发该事件的对象 handle 'dt ...
event class object相关例句
An event is a member that enables an object or class to provide notifications. Clients can attach executable code for events by supplying event handlers.
事件是一种类成员,它使得对象或类能够提供通知。客户端被通知的对象。
This model is divided into time class, space class, event class and state class by using object-oriented technology.
利用面向对象技术将模型划分为时间对象类、空间对象类、事件对象类、状态对象类。
In event communication, the event sender class does not know which object or method will receive (handle) the events it raises.
在事件通信中,事件发送方类不知道哪个对象或方法将接收到(处理)它引发的事件。
According to the requirements of the model, listener class and it's object will be created to register to the event source and realize the specific method in interface.
根据模型要求,要创建监听器类及其对象,完成向事件源的注册并实现接口中的特定方法。
To retain a reference to this object, declare a private variable in the class in which you implement the solution event handlers.
若要保留此物件的参照,请在您实作方案事件处理常式的类别中宣告私用变数。
When the class raises the event, that event is raised on every class that has elected to handle events for that instance of the object.
当类别引发事件时,这个事件便会在每个选定为物件执行个体处理事件的类别上引发。