Paket | com.adobe.gravity.service.bundleloader |
Schnittstelle | public interface IBundleLoader |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Loads a bundle SWF file into the provided ApplicationDomain. | IBundleLoader | ||
Unloads a bundle SWF file. | IBundleLoader |
Methodendetails
loadBundle | () | Methode |
public function loadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Loads a bundle SWF file into the provided ApplicationDomain.
Parameter
bundleLoaderContext:IBundleLoaderContext — Specifies a bundle loader context object that provides information about how to load the bundle and methods to control how loading is performed.
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. Success handlers will be called with no parameters.
|
Verwandte API-Elemente
com.adobe.gravity.framework.BundleContext
unloadBundle | () | Methode |
public function unloadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Unloads a bundle SWF file.
Parameter
bundleLoaderContext:IBundleLoaderContext — Specifies a bundle loader context object that provides information about how to load the bundle and methods to control how loading is performed.
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. Success handlers will be called with no parameters.
|
Verwandte API-Elemente
com.adobe.gravity.framework.BundleContext
Tue Jun 12 2018, 10:04 AM Z