パッケージ | com.adobe.solutions.exm.runtime |
インターフェイス | public interface IVariableResolver extends IEventDispatcher |
実装者 | DDIModelVariableResolver, SimpleVariableResolver |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | ||
イベントをイベントフローに送出します。 | IEventDispatcher | ||
Returns the value of the given variable. | IVariableResolver | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | ||
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | ||
Sets the value of the given variable. | IVariableResolver | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher |
イベント
イベント | 概要 | 定義元 | ||
---|---|---|---|---|
Dispatched when the value of a variable managed by the resolver changes. | IVariableResolver |
メソッドの詳細
getValue | () | メソッド |
public function getValue(varName:String):Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Returns the value of the given variable.
パラメーター
varName:String — The fully qualified name of the variable whose value is required.
|
Object — The value of the given variable.
|
setValue | () | メソッド |
public function setValue(varName:String, value:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Sets the value of the given variable.
パラメーター
varName:String — The fully qualified name of the variable whose value is to be set.
| |
value:Object — The value to be set.
|
イベントの詳細
variableChangeEvent | イベント |
イベントオブジェクトの型:
com.adobe.solutions.exm.runtime.VariableChangeEvent
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of a variable managed by the resolver changes.
Tue Jun 12 2018, 10:34 AM Z