DisplayObjectBuilderEvent

Kind of class:public class
Package:com.bourre.ioc.assembler.displayobject
Inherits from:LoaderEvent < BasicEvent < Event
Classpath:com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent
File last modified:Monday, 24 November 2008, 11:36:56

Summary


Constructor

DisplayObjectBuilderEvent

public function DisplayObjectBuilderEvent (
type:String, loader:Loader = null, errorMessage:String = "")

Event handlers

onDisplayObjectBuilderLoadInitEVENT

public static const onDisplayObjectBuilderLoadInitEVENT:String = "onDisplayObjectBuilderLoadInit"
(read)

onDisplayObjectBuilderLoadStartEVENT

public static const onDisplayObjectBuilderLoadStartEVENT:String = "onDisplayObjectBuilderLoadStart"
(read)

onDisplayObjectLoadInitEVENT

public static const onDisplayObjectLoadInitEVENT:String = "onDisplayObjectLoadInit"
(read)

onDisplayObjectLoadStartEVENT

public static const onDisplayObjectLoadStartEVENT:String = "onDisplayObjectLoadStart"
(read)

onDLLLoadInitEVENT

public static const onDLLLoadInitEVENT:String = "onDLLLoadInit"
(read)

onDLLLoadStartEVENT

public static const onDLLLoadStartEVENT:String = "onDLLLoadStart"
(read)

onLoadErrorEVENT

public static const onLoadErrorEVENT:String = QueueLoaderEvent.onLoadErrorEVENT
(read)

onLoadInitEVENT

public static const onLoadInitEVENT:String = QueueLoaderEvent.onLoadInitEVENT
(read)

onLoadProgressEVENT

public static const onLoadProgressEVENT:String = QueueLoaderEvent.onLoadProgressEVENT
(read)

onLoadStartEVENT

public static const onLoadStartEVENT:String = QueueLoaderEvent.onLoadStartEVENT
(read)

onLoadTimeOutEVENT

public static const onLoadTimeOutEVENT:String = QueueLoaderEvent.onLoadTimeOutEVENT
(read)