包 | com.adobe.ep.taskmanagement.event |
类 | public class TaskCompletedEvent |
继承 | TaskCompletedEvent Event Object |
子类 | TaskCompletionFailedEvent |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
TaskCompleted
event is dispatched when a task completes successfully.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
actionName : String [只读]
The name of the user action used to complete the task. | TaskCompletedEvent | ||
bubbles : Boolean [只读]
表示事件是否为冒泡事件。 | Event | ||
cancelable : Boolean [只读]
表示是否可以阻止与事件相关联的行为。 | Event | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
currentTarget : Object [只读]
当前正在使用某个事件侦听器处理 Event 对象的对象。 | Event | ||
eventPhase : uint [只读]
事件流中的当前阶段。 | Event | ||
target : Object [只读]
事件目标。 | Event | ||
type : String [只读]
事件的类型。 | Event |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
TASK_COMPLETED : String = "taskCompleted" [静态]
The TASK_COMPLETED constant defines the event type. | TaskCompletedEvent |
属性详细信息
actionName | 属性 |
常量详细信息
TASK_COMPLETED | 常量 |
public static const TASK_COMPLETED:String = "taskCompleted"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | 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, 11:04 AM Z