Pakiet | com.adobe.ep.taskmanagement.util |
Klasa | public class Token |
Dziedziczenie | Token Object |
Implementuje | IToken |
Podklasy | CollectionToken, ObjectToken |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Token
class provides a mechanism to specify handlers for asynchronous calls.
Usually, result handlers take a single parameter of type TaskManagerEvent
(or a subclass)
and fault handlers take a single parameter of type TaskManagerFaultEvent
(or a subclass).
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Adds a fault handler for this asynchronous invocation. | Token | ||
Adds a result and fault handler for this asynchronous invocation. | Token | ||
Adds an object to handle the result or failure for an asynchronous invocation. | Token | ||
Adds a result handler for this asynchronous invocation. | Token | ||
Calls all the fault handlers. | Token | ||
Calls all the result handlers. | Token | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół metody
addFaultHandler | () | metoda |
public function addFaultHandler(handler:Function):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Adds a fault handler for this asynchronous invocation.
Parametry
handler:Function — Specifies a function that is called when the asynchronous call fails.
|
addHandlers | () | metoda |
public function addHandlers(resultHandler:Function, faultHandler:Function):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Adds a result and fault handler for this asynchronous invocation.
Parametry
resultHandler:Function — Specifies the function that is called when the asynchronous call completes.
| |
faultHandler:Function — Specifies athefunction that is called when the asynchronous call fails.
|
addResponder | () | metoda |
public function addResponder(responder:IResponder):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Adds an object to handle the result or failure for an asynchronous invocation.
Parametry
responder:IResponder — Specifies the mx.rpc.IResponder interface implementation to handle
the asynchronous result or failure.
|
addResultHandler | () | metoda |
public function addResultHandler(handler:Function):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Adds a result handler for this asynchronous invocation.
Parametry
handler:Function — Specifies a function that is called when the asynchronous call completes.
|
callFaultHandlers | () | metoda |
public function callFaultHandlers(info:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Calls all the fault handlers.
Parametry
info:Object — Specifies the information passed to all the fault handlers.
|
callResultHandlers | () | metoda |
public function callResultHandlers(data:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Calls all the result handlers.
Parametry
data:Object — Specifies the data passed to all the result handlers.
|
Tue Jun 12 2018, 12:06 PM Z