Pakiet | com.adobe.gravity.service.bundleloader |
Interfejs | public interface IBundleLoader |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Loads a bundle SWF file into the provided ApplicationDomain. | IBundleLoader | ||
Unloads a bundle SWF file. | IBundleLoader |
Szczegół metody
loadBundle | () | metoda |
public function loadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Loads a bundle SWF file into the provided ApplicationDomain.
Parametry
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.
|
Powiązane elementy interfejsu API
com.adobe.gravity.framework.BundleContext
unloadBundle | () | metoda |
public function unloadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Unloads a bundle SWF file.
Parametry
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.
|
Powiązane elementy interfejsu API
com.adobe.gravity.framework.BundleContext
Tue Jun 12 2018, 12:06 PM Z