Paquete | mx.automation |
Interfaz | public interface IAutomationMethodDescriptor |
Implementadores | AutomationMethodDescriptor |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Más ejemplos
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
name : String [solo lectura]
The name of the method. | IAutomationMethodDescriptor | ||
returnType : String [solo lectura]
The return type of the method. | IAutomationMethodDescriptor |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns an Array of argument descriptors for this method. | IAutomationMethodDescriptor | ||
Encodes an automation event arguments into an Array. | IAutomationMethodDescriptor | ||
Decodes an argument array and invokes a method. | IAutomationMethodDescriptor |
Información sobre propiedades
name | propiedad |
returnType | propiedad |
Información sobre métodos
getArgDescriptors | () | método |
public function getArgDescriptors(obj:IAutomationObject):Array
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns an Array of argument descriptors for this method.
Parámetros
obj:IAutomationObject — Instance of the IAutomationObject that
supports this method.
|
Array — Array of argument descriptors for this method.
|
record | () | método |
public function record(target:IAutomationObject, event:Event):Array
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Encodes an automation event arguments into an Array. Not all method descriptors support recording.
Parámetros
target:IAutomationObject — Automation event that is being recorded.
| |
event:Event |
Array — Array of argument descriptors.
|
replay | () | método |
public function replay(target:IAutomationObject, args:Array):Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Decodes an argument array and invokes a method.
Parámetros
target:IAutomationObject — Automation object to replay the method on.
| |
args:Array — Array of argument values and descriptors to
be used to invoke the method.
|
Object — Whatever the method invoked returns.
|
Tue Jun 12 2018, 02:12 PM Z