Paket | mx.data |
Sınıf | public class AsyncTokenResponder |
Miras Alma | AsyncTokenResponder AsyncResponder Object |
Uygular | ITokenResponder |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 2.0 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
resultToken : mx.rpc:AsyncToken [salt okunur]
The AsyncToken for the result. | AsyncTokenResponder |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | AsyncTokenResponder | ||
This method is called by a service when an error has been received. | AsyncResponder | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
This method is called by a service when the return value has been
received. | AsyncResponder | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
resultToken | özellik |
resultToken:mx.rpc:AsyncToken
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 2.0 |
The AsyncToken for the result.
Uygulama
public function get resultToken():mx.rpc:AsyncToken
Yapıcı Ayrıntı
AsyncTokenResponder | () | Yapıcı |
public function AsyncTokenResponder(result:Function, fault:Function, token:mx.rpc:AsyncToken)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 2.0 |
Constructor.
Parametrelerresult:Function — Function that should be called when the request has
completed successfully.
Must have the following signature:
public function (result:Object, token:Object = null):void; | |
fault:Function — Function that should be called when the request has
completed with errors.
Must have the following signature:
public function (error:FaultEvent, token:Object = null):void; | |
token:mx.rpc:AsyncToken — Additional information to associate with
this request.
|
Tue Jun 12 2018, 01:09 PM Z