Pacchetto | com.adobe.icc.services.config |
Interfaccia | public interface IConfigService extends IEventDispatcher |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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 | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | ||
Loads the Flex Domain Model Extensions configuration parameters. | IConfigService | ||
Load Flex Configuration parameters. | IConfigService | ||
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Descrizione dei metodi
loadExtensionsConfig | () | metodo |
public function loadExtensionsConfig(locale:String = null):com.adobe.icc.token:IAsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the Flex Domain Model Extensions configuration parameters.
Parametri
locale:String (default = null ) — Locale for which Extension configuration parameters are to be loaded.
|
com.adobe.icc.token:IAsyncToken — A XML object.
|
Genera
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
loadFlexConfig | () | metodo |
public function loadFlexConfig():com.adobe.icc.token:IAsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Load Flex Configuration parameters.
Restituiscecom.adobe.icc.token:IAsyncToken — FlexConfiguration object (parameter values are specified in the cm.properties file on the server).
|
Genera
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Tue Jun 12 2018, 02:44 PM Z