パッケージ | com.adobe.icc.services.config |
インターフェイス | public interface IConfigService extends IEventDispatcher |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | ||
イベントをイベントフローに送出します。 | IEventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | ||
Loads the Flex Domain Model Extensions configuration parameters. | IConfigService | ||
Load Flex Configuration parameters. | IConfigService | ||
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher |
メソッドの詳細
loadExtensionsConfig | () | メソッド |
public function loadExtensionsConfig(locale:String = null):com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the Flex Domain Model Extensions configuration parameters.
パラメーター
locale:String (default = null ) — Locale for which Extension configuration parameters are to be loaded.
|
com.adobe.icc.token:IAsyncToken — A XML object.
|
例外
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
loadFlexConfig | () | メソッド |
public function loadFlexConfig():com.adobe.icc.token:IAsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Load Flex Configuration parameters.
戻り値com.adobe.icc.token:IAsyncToken — FlexConfiguration object (parameter values are specified in the cm.properties file on the server).
|
例外
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, 10:34 AM Z