| Package | com.adobe.gravity.utility.async | 
| Classe | public class ImmediateSuccessToken | 
| Héritage | ImmediateSuccessToken    Object | 
| Implémente | IToken | 
| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 | 
Propriétés publiques
Méthodes publiques 
| Méthode | Défini par | ||
|---|---|---|---|
ImmediateSuccessToken(... params) 
		 Construct an ImmediateSuccessToken.  | ImmediateSuccessToken | ||
 
		 Add a handler to be called if the operation fails.  | ImmediateSuccessToken | ||
 
		 Add a handler to be called if the operation succeeds.  | ImmediateSuccessToken | ||
![]()  | 
	 Indique si la propriété spécifiée d’un objet est définie.  | Object | |
![]()  | 
	 Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.  | Object | |
![]()  | 
	 Indique si la propriété spécifiée existe et est énumérable.  | Object | |
 
		 Remove a fault handler.  | ImmediateSuccessToken | ||
 
		 Remove a success handler.  | ImmediateSuccessToken | ||
![]()  | 
     Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.  | Object | |
![]()  | 
	 Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.  | Object | |
![]()  | 
	 Renvoie la représentation sous forme de chaîne de l’objet spécifié.  | Object | |
![]()  | 
	 Renvoie la valeur primitive de l’objet spécifié.  | Object | |
Détails du constructeur
ImmediateSuccessToken | () | Constructeur | 
public function ImmediateSuccessToken(... params)| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 | 
Construct an ImmediateSuccessToken. Pass in any parameters that are to be passed to the success handlers.
Paramètres... params — Zero or more parameters to be passed verbatim to any success handlers that have been added.
		  | 
Détails de la méthode
addFaultHandler | () | méthode | 
 public function addFaultHandler(handler:Function, weakReference:Boolean = false):void| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 | 
Add a handler to be called if the operation fails.
Paramètres
handler:Function — A function to be called if the operation fails.
		  | |
weakReference:Boolean (default = false) — Use a weak reference to hold onto the handler.
		  | 
addSuccessHandler | () | méthode | 
 public function addSuccessHandler(handler:Function, weakReference:Boolean = false):void| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 | 
Add a handler to be called if the operation succeeds.
Paramètres
handler:Function — A function to be called if the operation succeeds.
		  | |
weakReference:Boolean (default = false) — Use a weak reference to hold onto the handler.
		  | 
removeFaultHandler | () | méthode | 
 public function removeFaultHandler(handler:Function):void| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 | 
Remove a fault handler.
Paramètres
handler:Function — The handler to be removed.
		  | 
removeSuccessHandler | () | méthode | 
 public function removeSuccessHandler(handler:Function):void| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 | 
Remove a success handler.
Paramètres
handler:Function — The handler to remove.
		  | 
Tue Jun 12 2018, 09:30 AM Z
 
 Masquer les propriétés publiques héritées
 Afficher les propriétés publiques héritées