| Pacchetto | lc.procmgmt.domain |
| Classe | public class TemporaryQueue |
| Ereditarietà | TemporaryQueue Queue QueueBase DomainObject Object |
| 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 |
TemporaryQueue class creates a Queue object
of a specified type, with an isDefault property set to false.
This class can be used to create various temporary Queue objects
of different types, which can be pushed into a list of queues.
Elementi API correlati
lc.domain.Queue
Proprietà pubbliche
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | TemporaryQueue | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | QueueBase | |
![]() |
Adds a task to the queue. | QueueBase | |
![]() |
Dispatches an event into the event flow. | QueueBase | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | QueueBase | |
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Determines whether the queue is a group queue. | QueueBase | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Determines whether the queue is a shared queue. | QueueBase | |
![]() |
Determines whether the queue is the user's queue. | QueueBase | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | QueueBase | |
![]() |
Removes a task from the queue. | QueueBase | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | QueueBase | |
Descrizione della funzione di costruzione
TemporaryQueue | () | Funzione di costruzione |
public function TemporaryQueue(name:String, id:int, type:int)| 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 |
Constructor.
Parametriname:String — Specifies the name of the queue user.
| |
id:int — Specifies the queue identifier.
| |
type:int — Specifies the type of queue to create as defined in
the QueueConstants class.
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate