Package | src.main |
Class | public class CustomAutomationMethodDescriptor |
Implements | mx.automation.IAutomationMethodDescriptor |
Property | Defined by | ||
---|---|---|---|
name : String [read-only]
| CustomAutomationMethodDescriptor | ||
returnType : String [read-only]
| CustomAutomationMethodDescriptor |
Method | Defined by | ||
---|---|---|---|
CustomAutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array)
| CustomAutomationMethodDescriptor | ||
getArgDescriptors(obj:IAutomationObject):Array
| CustomAutomationMethodDescriptor | ||
record(target:IAutomationObject, event:Event):Array
| CustomAutomationMethodDescriptor | ||
replay(target:IAutomationObject, args:Array):Object
| CustomAutomationMethodDescriptor |
name | property |
name:String
[read-only]Implementation
public function get name():String
returnType | property |
returnType:String
[read-only]Implementation
public function get returnType():String
CustomAutomationMethodDescriptor | () | constructor |
public function CustomAutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array)
Parameters
name:String |
|
asMethodName:String |
|
returnType:String |
|
args:Array |
getArgDescriptors | () | method |
public function getArgDescriptors(obj:IAutomationObject):Array
Parameters
obj:IAutomationObject |
Array |
record | () | method |
public function record(target:IAutomationObject, event:Event):Array
Parameters
target:IAutomationObject |
|
event:Event |
Array |
replay | () | method |
public function replay(target:IAutomationObject, args:Array):Object
Parameters
target:IAutomationObject |
|
args:Array |
Object |