패키지 | 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:17 PM Z