Paket | mx.automation |
Arabirim | public interface IAutomationEventDescriptor |
Uygulayıcılar | AutomationEventDescriptor |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
eventClassName : String [salt okunur]
The name of the class implementing this event. | IAutomationEventDescriptor | ||
eventType : String [salt okunur]
The value of the type property used for this event. | IAutomationEventDescriptor | ||
name : String [salt okunur]
The name of this event as the agent sees it. | IAutomationEventDescriptor |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 |
Özellik Ayrıntısı
eventClassName | özellik |
eventType | özellik |
name | özellik |
Yöntem Ayrıntısı
getArgDescriptors | () | yöntem |
public function getArgDescriptors(target:IAutomationObject):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns an Array of argument descriptors for this event.
Parametreler
target:IAutomationObject — Instance of the IAutomationObject that
supports this event.
|
Array — Array of argument descriptors for this event.
|
record | () | yöntem |
public function record(target:IAutomationObject, event:Event):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Encodes an automation event argument into an Array.
Parametreler
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 | () | yöntem |
public function replay(target:IAutomationObject, args:Array):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Decodes an argument Array and replays the event.
Parametreler
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, 01:09 PM Z