Pacote | com.adobe.solutions.exm.runtime |
Interface | public interface IVariableResolver extends IEventDispatcher |
Implementadores | DDIModelVariableResolver, SimpleVariableResolver |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | IEventDispatcher | ||
Envia um evento para o fluxo de eventos. | IEventDispatcher | ||
Returns the value of the given variable. | IVariableResolver | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | IEventDispatcher | ||
Remove um ouvinte do objeto EventDispatcher. | IEventDispatcher | ||
Sets the value of the given variable. | IVariableResolver | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | IEventDispatcher |
Eventos
Evento | Resumo | Definido por | ||
---|---|---|---|---|
Dispatched when the value of a variable managed by the resolver changes. | IVariableResolver |
Detalhes do método
getValue | () | método |
public function getValue(varName:String):Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the value of the given variable.
Parâmetros
varName:String — The fully qualified name of the variable whose value is required.
|
Object — The value of the given variable.
|
setValue | () | método |
public function setValue(varName:String, value:Object):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Sets the value of the given variable.
Parâmetros
varName:String — The fully qualified name of the variable whose value is to be set.
| |
value:Object — The value to be set.
|
Detalhe do evento
variableChangeEvent | Evento |
Tipo do objeto de evento:
com.adobe.solutions.exm.runtime.VariableChangeEvent
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of a variable managed by the resolver changes.
Wed Jun 13 2018, 11:10 AM Z