Paket | com.adobe.ep.taskmanagement.util |
Arabirim | public interface IObjectToken extends IToken |
Uygulayıcılar | ObjectToken |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
result : Object
The object that is returned by the asynchronous call. | IObjectToken |
Özellik Ayrıntısı
result | özellik |
result:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The object that is returned by the asynchronous call.
Uygulama
public function get result():Object
public function set result(value:Object):void
Tue Jun 12 2018, 01:09 PM Z