套件 | mx.automation |
介面 | public interface IAutomationEventDescriptor |
實作者 | AutomationEventDescriptor |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
更多範例
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
eventClassName : String [唯讀]
The name of the class implementing this event. | IAutomationEventDescriptor | ||
eventType : String [唯讀]
The value of the type property used for this event. | IAutomationEventDescriptor | ||
name : String [唯讀]
The name of this event as the agent sees it. | IAutomationEventDescriptor |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Returns an Array of argument descriptors for this event. | IAutomationEventDescriptor | ||
Encodes an automation event argument into an Array. | IAutomationEventDescriptor | ||
Decodes an argument Array and replays the event. | IAutomationEventDescriptor |
屬性詳細資訊
eventClassName | 屬性 |
eventType | 屬性 |
name | 屬性 |
方法詳細資訊
getArgDescriptors | () | 方法 |
public function getArgDescriptors(target:IAutomationObject):Array
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns an Array of argument descriptors for this event.
參數
target:IAutomationObject — Instance of the IAutomationObject that
supports this event.
|
Array — Array of argument descriptors for this event.
|
record | () | 方法 |
public function record(target:IAutomationObject, event:Event):Array
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Encodes an automation event argument into an Array.
參數
target:IAutomationObject — Automation object on which to record the event.
| |
event:Event — Automation event that is being recorded.
|
Array — Array of property values of the event described by the PropertyDescriptors.
|
replay | () | 方法 |
public function replay(target:IAutomationObject, args:Array):Object
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Decodes an argument Array and replays the event.
參數
target:IAutomationObject — Automation object on which to replay the event.
| |
args:Array — Array of argument values to
be used to replay the event.
|
Object — null
|
Tue Jun 12 2018, 03:47 PM Z