LoaderEvent

Kind of class:class
Inherits from:Event
Dispatched by:
Classpath:org.asapframework.util.loader.LoaderEvent
File last modified:Thursday, 12 October 2006, 11:19:40
Event object that is dispatched by Loader.

Summary


Constructor
  • LoaderEvent (inType:String, inSource:Loader, inName:String, inTargetClip:Object, inTotal:Number, inLoaded:Number)
Class properties
Instance properties
Instance properties inherited from Event

Constructor

LoaderEvent

function LoaderEvent (
inType:String, inSource:Loader, inName:String, inTargetClip:Object, inTotal:Number, inLoaded:Number)

Class properties

ON_ALL_LOADED

static ON_ALL_LOADED:String = "onAllLoadFinished"
(read)

ON_DONE

static ON_DONE:String = "onLoadDone"
(read)

ON_ERROR

static ON_ERROR:String = "onLoadError"
(read)

ON_PROGRESS

static ON_PROGRESS:String = "onLoadProgress"
(read)

ON_START

static ON_START:String = "onLoadStart"
(read)

Instance properties

loaded

loaded:Number
(read)

name

name:String
(read)

targetClip

targetClip:Object
(read)

total

total:Number
(read)