Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The JobQueueEvent class extends Event and is dispatched by com.adobe.portfolio.utils.JobQueue.
JobQueue
public function JobQueueEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor.
Parameters | type:String — Type of event
|
|
| bubbles:Boolean (default = false ) — Whether event bubbles or not.
|
|
| cancelable:Boolean (default = false ) — Whether event is cancelable
|
See also
public static const QUEUE_IS_EMPTY:String = queueIsEmpty
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Dispatched when a jobQueue becomes empty.
Mon Apr 25 2011, 05:54 PM -07:00