패키지 | com.adobe.gravity.service.bundleloader |
인터페이스 | public interface IBundleLoader |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Loads a bundle SWF file into the provided ApplicationDomain. | IBundleLoader | ||
Unloads a bundle SWF file. | IBundleLoader |
메서드 세부 정보
loadBundle | () | 메서드 |
public function loadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Loads a bundle SWF file into the provided ApplicationDomain.
매개 변수
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.
|
관련 API 요소
com.adobe.gravity.framework.BundleContext
unloadBundle | () | 메서드 |
public function unloadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Unloads a bundle SWF file.
매개 변수
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.
|
관련 API 요소
com.adobe.gravity.framework.BundleContext
Tue Jun 12 2018, 03:17 PM Z