Packagecom.adobe.portfolio.events
Classpublic class JobQueueEvent
InheritanceJobQueueEvent Inheritance flash.events.Event

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.

See also

JobQueue


Public Methods
 MethodDefined By
  
JobQueueEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
JobQueueEvent
Public Constants
 ConstantDefined By
  QUEUE_IS_EMPTY : String = queueIsEmpty
[static] Dispatched when a jobQueue becomes empty.
JobQueueEvent
Constructor Detail
JobQueueEvent()Constructor
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

flash.events.Event
QUEUE_IS_EMPTY
Constant Detail
QUEUE_IS_EMPTYConstant
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.