ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.automation 

AutomationEventDescriptor  - AS3 Flex

Packagemx.automation
Classpublic class AutomationEventDescriptor
InheritanceAutomationEventDescriptor Inheritance Object
Implements IAutomationEventDescriptor

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Method descriptor class.

Learn more



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
AutomationEventDescriptor(name:String, eventClassName:String, eventType:String, args:Array)
Constructor
AutomationEventDescriptor
  
Creates an event based on the class and type described in this descriptor.
AutomationEventDescriptor
  
Returns an Array of argument descriptors for this event.
AutomationEventDescriptor
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
Decodes an argument Array and replays the event.
AutomationEventDescriptor
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constructor Detail

AutomationEventDescriptor

()Constructor
public function AutomationEventDescriptor(name:String, eventClassName:String, eventType:String, args:Array)

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Constructor

Parameters
name:String
 
eventClassName:String
 
eventType:String
 
args:Array
Method Detail

createEvent

()method
public function createEvent(obj:Object):Event

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Creates an event based on the class and type described in this descriptor.

Parameters

obj:Object — An object in whose applicationDomain the required event class exists.

Returns
Event

getArgDescriptors

()method 
public function getArgDescriptors(obj:IAutomationObject):Array

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns an Array of argument descriptors for this event.

Parameters

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

Returns
Array — Array of argument descriptors for this event.

replay

()method 
public function replay(target:IAutomationObject, args:Array):Object

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: 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.

Returns
Object — null