Package | com.adobe.ep.taskmanagement.util |
Interface | public interface IObjectToken extends IToken |
Implementors | ObjectToken |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
ObjectToken
class represents a token for an asynchronous call that returns an object.
The object can be accessed from the result property immediately after the asynchronous call,
although it may not be populated at that time. Use this class when the result is
bound as a data provider.
Public Properties
Property | Defined By | ||
---|---|---|---|
result : Object
The object that is returned by the asynchronous call. | IObjectToken |
Public Methods
Property Detail
result | property |
result:Object
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The object that is returned by the asynchronous call.
Implementation
public function get result():Object
public function set result(value:Object):void
Thu Dec 6 2018, 01:12 PM -08:00