Pakket | mx.automation |
Interface | public interface IAutomationEventDescriptor |
Geïmplementeerd door | AutomationEventDescriptor |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Meer voorbeelden
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
eventClassName : String [alleen-lezen]
The name of the class implementing this event. | IAutomationEventDescriptor | ||
eventType : String [alleen-lezen]
The value of the type property used for this event. | IAutomationEventDescriptor | ||
name : String [alleen-lezen]
The name of this event as the agent sees it. | IAutomationEventDescriptor |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
eventClassName | eigenschap |
eventType | eigenschap |
name | eigenschap |
Methodedetails
getArgDescriptors | () | methode |
public function getArgDescriptors(target:IAutomationObject):Array
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns an Array of argument descriptors for this event.
Parameters
target:IAutomationObject — Instance of the IAutomationObject that
supports this event.
|
Array — Array of argument descriptors for this event.
|
record | () | methode |
public function record(target:IAutomationObject, event:Event):Array
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Encodes an automation event argument into an Array.
Parameters
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 | () | methode |
public function replay(target:IAutomationObject, args:Array):Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Decodes an argument Array and replays the event.
Parameters
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
|
Wed Jun 13 2018, 11:42 AM Z