Pacchetto | com.adobe.solutions.exm.runtime |
Interfaccia | public interface IVariableResolver extends IEventDispatcher |
Implementatori | DDIModelVariableResolver, SimpleVariableResolver |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | ||
Invia un evento nel flusso di eventi. | IEventDispatcher | ||
Returns the value of the given variable. | IVariableResolver | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | ||
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | ||
Sets the value of the given variable. | IVariableResolver | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Eventi
Evento | Riepilogo | Definito da | ||
---|---|---|---|---|
Dispatched when the value of a variable managed by the resolver changes. | IVariableResolver |
Descrizione dei metodi
getValue | () | metodo |
public function getValue(varName:String):Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the value of the given variable.
Parametri
varName:String — The fully qualified name of the variable whose value is required.
|
Object — The value of the given variable.
|
setValue | () | metodo |
public function setValue(varName:String, value:Object):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Sets the value of the given variable.
Parametri
varName:String — The fully qualified name of the variable whose value is to be set.
| |
value:Object — The value to be set.
|
Descrizione degli eventi
variableChangeEvent | Evento |
Tipo di oggetto evento:
com.adobe.solutions.exm.runtime.VariableChangeEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of a variable managed by the resolver changes.
Tue Jun 12 2018, 02:44 PM Z