ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.guides.submit 

ISubmitResultAware  - AS3 ADEP Guides

Packagecom.adobe.guides.submit
Interfacepublic interface ISubmitResultAware

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

The ISubmitResultAware interface is used to register to handle the results, success or failure, of an ISubmit submit(x) call.



Public Properties
 PropertyDefined By
  submitResult : ISubmitResult
[write-only] The SubmitResult function will handle the results, success or failure, of an ISubmit submit(x) call.
ISubmitResultAware
Property Detail

submitResult

property
submitResult:ISubmitResult  [write-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

The SubmitResult function will handle the results, success or failure, of an ISubmit submit(x) call.



Implementation
    public function set submitResult(value:ISubmitResult):void