(Beta)
Package | com.adobe.icc.services.config |
Interface | public interface IConfigService extends IEventDispatcher |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Methods
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | ||
Dispatches an event into the event flow. | IEventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | ||
Loads the localized Flex Extensions configuration parameters. | IConfigService | ||
Loads the Flex configuration parameters. | IConfigService | ||
Removes a listener from the EventDispatcher object. | IEventDispatcher | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
Method Detail
loadExtensionsConfig | () | method |
public function loadExtensionsConfig(locale:String = null):com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Loads the localized Flex Extensions configuration parameters.
Parameters
locale:String (default = null ) — The in which the configurations has to be localized.
|
com.adobe.icc.token:IAsyncToken — A XML object containing Extensions configuration.
|
loadFlexConfig | () | method |
public function loadFlexConfig():com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Loads the Flex configuration parameters.
Returnscom.adobe.icc.token:IAsyncToken — A FlexConfiguration object. The parameter values are specified in the cm.properties file on the server.
|
Throws
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Wed Nov 21 2018, 06:34 AM -08:00