パッケージ | mx.automation |
インターフェイス | public interface IAutomationEventDescriptor |
実装者 | AutomationEventDescriptor |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
さらに例を参照
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
eventClassName : String [読み取り専用]
このイベントを実装するクラスの名前です。 | IAutomationEventDescriptor | ||
eventType : String [読み取り専用]
このイベントに使用される type プロパティの値です。 | IAutomationEventDescriptor | ||
name : String [読み取り専用]
エージェントに表示されるこのイベントの名前です。 | IAutomationEventDescriptor |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
このイベントの引数記述子の配列を返します。 | IAutomationEventDescriptor | ||
オートメーションイベントの引数をエンコードして、配列にします。 | IAutomationEventDescriptor | ||
引数の配列をデコードして、イベントを再生します。 | IAutomationEventDescriptor |
プロパティの詳細
eventClassName | プロパティ |
eventType | プロパティ |
name | プロパティ |
メソッドの詳細
getArgDescriptors | () | メソッド |
public function getArgDescriptors(target:IAutomationObject):Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
このイベントの引数記述子の配列を返します。
パラメーター
target:IAutomationObject — このイベントをサポートする IAutomationObject のインスタンスです。
|
Array — このイベントの引数記述子の配列です。
|
record | () | メソッド |
public function record(target:IAutomationObject, event:Event):Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
オートメーションイベントの引数をエンコードして、配列にします。
パラメーター
target:IAutomationObject — イベントの記録先のオートメーションオブジェクトです。
| |
event:Event — 記録されているオートメーションイベントです。
|
Array — PropertyDescriptors で記述されたイベントのプロパティ値の配列です。
|
replay | () | メソッド |
public function replay(target:IAutomationObject, args:Array):Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
引数の配列をデコードして、イベントを再生します。
パラメーター
target:IAutomationObject — イベントの再生先のオートメーションオブジェクトです。
| |
args:Array — イベントの再生に使用される引数値の配列です。
|
Object — null
|
Tue Jun 12 2018, 10:34 AM Z