| Pacchetto | com.adobe.gravity.service.bundleloader |
| Interfaccia | public interface IBundleLoader |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Loads a bundle SWF file into the provided ApplicationDomain. | IBundleLoader | ||
Unloads a bundle SWF file. | IBundleLoader | ||
Descrizione dei metodi
loadBundle | () | metodo |
public function loadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
Loads a bundle SWF file into the provided ApplicationDomain.
Parametri
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.
|
Elementi API correlati
com.adobe.gravity.framework.BundleContext
unloadBundle | () | metodo |
public function unloadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
Unloads a bundle SWF file.
Parametri
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.
|
Elementi API correlati
com.adobe.gravity.framework.BundleContext
Tue Jun 12 2018, 02:44 PM Z