| 패키지 | com.adobe.gravity.utility.factory |
| 인터페이스 | public interface IFactory |
| 구현자 | FactoryAdapter |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 런타임 버전: | AIR 1.1, Flash Player 9 |
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
Return a new instance. | IFactory | ||
메서드 세부 정보
newInstance | () | 메서드 |
public function newInstance(... params):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 |
Return a new instance.
매개 변수
... params — Any parameters required by this particular factory. How the caller knows what the parameters are is determined out-of-band.
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. The success handler must be called with the new instance.
|
Tue Jun 12 2018, 03:17 PM Z