| パッケージ | mx.automation |
| インターフェイス | public interface IAutomationEventDescriptor |
| プロパティ | 定義元 | ||
|---|---|---|---|
| eventClassName : String [読み取り専用]
このイベントを実装するクラスの名前です。 | IAutomationEventDescriptor | ||
| eventType : String [読み取り専用]
このイベントに使用される type プロパティの値です。 | IAutomationEventDescriptor | ||
| name : String [読み取り専用]
エージェントに表示されるこのイベントの名前です。 | IAutomationEventDescriptor | ||
| メソッド | 定義元 | ||
|---|---|---|---|
このイベントの引数記述子の配列を返します。 | IAutomationEventDescriptor | ||
オートメーションイベントの引数をエンコードして、配列にします。 | IAutomationEventDescriptor | ||
引数の配列をデコードして、イベントを再生します。 | IAutomationEventDescriptor | ||
| eventClassName | プロパティ |
| eventType | プロパティ |
| name | プロパティ |
name:String [読み取り専用]
エージェントに表示されるこのイベントの名前です。 AutomationManager は AutomationRecordEvent.name プロパティにこの名前を入力します。
public function get name():String| getArgDescriptors | () | メソッド |
public function getArgDescriptors(target:IAutomationObject):Arrayこのイベントの引数記述子の配列を返します。
パラメータ
target:IAutomationObject — このイベントをサポートする IAutomationObject のインスタンスです。
|
Array — このイベントの引数記述子の配列です。
|
| record | () | メソッド |
public function record(target:IAutomationObject, event:Event):Arrayオートメーションイベントの引数をエンコードして、配列にします。
パラメータ
target:IAutomationObject — イベントの記録先のオートメーションオブジェクトです。
| |
event:Event — 記録されているオートメーションイベントです。
|
Array — PropertyDescriptors で記述されたイベントのプロパティ値の配列です。
|
| replay | () | メソッド |
public function replay(target:IAutomationObject, args:Array):Object引数の配列をデコードして、イベントを再生します。
パラメータ
target:IAutomationObject — イベントの再生先のオートメーションオブジェクトです。
| |
args:Array — イベントの再生に使用される引数値の配列です。
|
Object — null
|
このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート
現在のページ: http://livedocs.adobe.com/flex/3_jp/langref/mx/automation/IAutomationEventDescriptor.html