Pacchetto | lc.procmgmt |
Interfaccia | public interface IQueueManager extends IManager , IEventDispatcher |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | IEventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Tue Jun 12 2018, 02:44 PM Z