パッケージ | 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, 10:34 AM Z