Access keys

LoaderWorkerEvent

Kind of class: class
Inherits from: Event
Dispatched by:
Classpath: org.asapframework.util.loader.LoaderWorkerEvent
File last modified: Friday, 15 September 2006, 09:05:10
Event object that is dispatched by LoaderWorker to Loader.

Summary

Constructor
Class properties
Instance properties
Instance properties inherited from Event

Constructor

LoaderWorkerEvent

function LoaderWorkerEvent (
inType:String, inSource:LoaderWorker, inName:String, inTargetClip:MovieClip, inHttpStatus:Number)

Class properties

ON_DONE

static ON_DONE:String = "onWorkerLoadDone"
(read,write)

ON_ERROR

static ON_ERROR:String = "onWorkerLoadError"
(read,write)

ON_PROGRESS

static ON_PROGRESS:String = "onWorkerLoadProgress"
(read,write)

Instance properties

httpStatus

httpStatus:Number
(read,write)

name

name:String
(read,write)

targetClip

targetClip:MovieClip
(read,write)