| Package | lc.core |
| Class | public class ObjectToken |
| Inheritance | ObjectToken Token Object |
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. This is useful when the result is simply
bound as a data provider.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| result : Object
The object that is returned by the asynchronous call.
| ObjectToken | ||
| result | property |
result:Object [read-write] The object that is returned by the asynchronous call.
public function get result():Object
public function set result(value:Object):void
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/core/ObjectToken.html