Package | com.adobe.gravity.service.manifest |
Interface | public interface IBundleElementHandler |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Public Methods
Method | Defined By | ||
---|---|---|---|
Parse the child element. | IBundleElementHandler |
Method Detail
parse | () | method |
public function parse(element:XML, bundleBuilder:IBundleBuilder):com.adobe.gravity.utility.async:IToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Parse the child element.
Parameters
element:XML — The child element.
| |
bundleBuilder:IBundleBuilder — The builder for the bundle under construction.
|
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 will be called with no parameters.
|
Mon Nov 28 2011, 06:48 AM -08:00