Pacchetto | com.adobe.ep.taskmanagement.event |
Classe | public class TaskCompletedEvent |
Ereditarietà | TaskCompletedEvent Event Object |
Sottoclassi | TaskCompletionFailedEvent |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
TaskCompleted
event is dispatched when a task completes successfully.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
actionName : String [sola lettura]
The name of the user action used to complete the task. | TaskCompletedEvent | ||
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
TASK_COMPLETED : String = "taskCompleted" [statico]
The TASK_COMPLETED constant defines the event type. | TaskCompletedEvent |
Descrizione delle proprietà
actionName | proprietà |
actionName:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The name of the user action used to complete the task.
Implementazione
public function get actionName():String
Descrizione delle costanti
TASK_COMPLETED | Costante |
public static const TASK_COMPLETED:String = "taskCompleted"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The TASK_COMPLETED
constant defines the event type. The event is dispatched when a task completes.
Tue Jun 12 2018, 02:44 PM Z