Pacote | com.adobe.ep.taskmanagement.event |
Classe | public class TaskCompletedEvent |
Herança | TaskCompletedEvent Event Object |
Subclasses | TaskCompletionFailedEvent |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
TaskCompleted
event is dispatched when a task completes successfully.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
actionName : String [somente leitura]
The name of the user action used to complete the task. | TaskCompletedEvent | ||
bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | ||
cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | ||
eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | ||
target : Object [somente leitura]
O destino de evento. | Event | ||
type : String [somente leitura]
O tipo de evento. | Event |
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
TASK_COMPLETED : String = "taskCompleted" [estático]
The TASK_COMPLETED constant defines the event type. | TaskCompletedEvent |
Detalhes da propriedade
actionName | propriedade |
actionName:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The name of the user action used to complete the task.
Implementação
public function get actionName():String
Detalhes da constante
TASK_COMPLETED | Constante |
public static const TASK_COMPLETED:String = "taskCompleted"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The TASK_COMPLETED
constant defines the event type. The event is dispatched when a task completes.
Wed Jun 13 2018, 11:10 AM Z