Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.data 
ITokenResponder 
Packagemx.data
Interfacepublic interface ITokenResponder extends IResponder

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

An extension of mx.rpc.IResponder with an additional result token, AsyncToken field.

See also



Public Properties
 PropertyDefined By
  resultToken : mx.rpc:AsyncToken
[read-only]
ITokenResponder
Public Methods
 MethodDefined By
 Inherited
This method is called by a service when an error has been received.
IResponder
 Inherited
This method is called by a service when the return value has been received.
IResponder
Property Detail

resultToken

property
resultToken:mx.rpc:AsyncToken  [read-only]



Implementation
    public function get resultToken():mx.rpc:AsyncToken