Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.automation 

IAutomationEventDescriptor  - AS3 Flex

Paquetemx.automation
Interfazpublic interface IAutomationEventDescriptor
Implementadores AutomationEventDescriptor

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

The IAutomationEventDescriptor interface defines the interface for an event descriptor.

Más ejemplos



Propiedades públicas
 PropiedadDefinido por
  eventClassName : String
[solo lectura] The name of the class implementing this event.
IAutomationEventDescriptor
  eventType : String
[solo lectura] The value of the type property used for this event.
IAutomationEventDescriptor
  name : String
[solo lectura] The name of this event as the agent sees it.
IAutomationEventDescriptor
Métodos públicos
 MétodoDefinido por
  
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
Información sobre propiedades

eventClassName

propiedad
eventClassName:String  [solo lectura]

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

The name of the class implementing this event.



Implementación
    public function get eventClassName():String

eventType

propiedad 
eventType:String  [solo lectura]

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

The value of the type property used for this event.



Implementación
    public function get eventType():String

name

propiedad 
name:String  [solo lectura]

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

The name of this event as the agent sees it. The AutomationManager fills the AutomationRecordEvent.name property with this name.



Implementación
    public function get name():String
Información sobre métodos

getArgDescriptors

()método
public function getArgDescriptors(target: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 event.

Parámetros

target:IAutomationObject — Instance of the IAutomationObject that supports this event.

Valor devuelto
Array — Array of argument descriptors for this event.

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 argument into an Array.

Parámetros

target:IAutomationObject — Automation object on which to record the event.
 
event:Event — Automation event that is being recorded.

Valor devuelto
Array — Array of property values of the event described by the PropertyDescriptors.

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 replays the event.

Parámetros

target:IAutomationObject — Automation object on which to replay the event.
 
args:Array — Array of argument values to be used to replay the event.

Valor devuelto
Object — null




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.