Access keys

LoaderEvent

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

Summary

Constructor
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,write)

ON_DONE

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

ON_ERROR

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

ON_PROGRESS

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

ON_START

static ON_START:String = "onLoadStart"
(read,write)

Instance properties

loaded

loaded:Number
(read,write)

name

name:String
(read,write)

targetClip

targetClip:Object
(read,write)

total

total:Number
(read,write)