(Flex データ視覚化のみ)
パッケージmx.automation
インターフェイスpublic interface IAutomationEventDescriptor

IAutomationEventDescriptor インターフェイスは、イベント記述子のインターフェイスを定義します。



パブリックプロパティ
 プロパティ定義元
  eventClassName : String
[読み取り専用] このイベントを実装するクラスの名前です。
IAutomationEventDescriptor
  eventType : String
[読み取り専用] このイベントに使用される type プロパティの値です。
IAutomationEventDescriptor
  name : String
[読み取り専用] エージェントに表示されるこのイベントの名前です。
IAutomationEventDescriptor
パブリックメソッド
 メソッド定義元
  
このイベントの引数記述子の配列を返します。
IAutomationEventDescriptor
  
オートメーションイベントの引数をエンコードして、配列にします。
IAutomationEventDescriptor
  
引数の配列をデコードして、イベントを再生します。
IAutomationEventDescriptor
プロパティの詳細
eventClassNameプロパティ
eventClassName:String  [読み取り専用]

このイベントを実装するクラスの名前です。



実装
    public function get eventClassName():String
eventTypeプロパティ 
eventType:String  [読み取り専用]

このイベントに使用される type プロパティの値です。



実装
    public function get eventType():String
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