パッケージ | lc.procmgmt |
インターフェイス | public interface IQueueManager extends IManager , IEventDispatcher |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
IQueueManager
interface is implemented to manage Queue
objects.
Queue
objects are used to organize tasks in Workspace.
Examples of queues in Workspace are group queues, draft queues,
and user queues, each containing tasks specific to that group.
Implement the IQueueManager
interface to get queues and to manage queue access.
関連する API エレメント
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | |
![]() |
イベントをイベントフローに送出します。 | IEventDispatcher | |
![]() |
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | |
![]() |
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | |
![]() |
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher |
Tue Jun 12 2018, 10:34 AM Z