ApplicationLoaderEvent

Kind of class:public class
Package:com.bourre.ioc.load
Inherits from:LoaderEvent < BasicEvent < Event
Classpath:com.bourre.ioc.load.ApplicationLoaderEvent
File last modified:Monday, 24 November 2008, 11:36:54

Summary


Constructor

ApplicationLoaderEvent

public function ApplicationLoaderEvent (
type:String, al:ApplicationLoader, errorMessage:String = "")

Instance methods

getApplicationLoader

public function getApplicationLoader (

Event handlers

onApplicationChannelsAssignedEVENT

public static const onApplicationChannelsAssignedEVENT:String = "onApplicationChannelsAssigned"
(read)

onApplicationInitEVENT

public static const onApplicationInitEVENT:String = "onApplicationInit"
(read)

onApplicationMethodsCalledEVENT

public static const onApplicationMethodsCalledEVENT:String = "onApplicationMethodsCalled"
(read)

onApplicationObjectsBuiltEVENT

public static const onApplicationObjectsBuiltEVENT:String = "onApplicationObjectsBuilt"
(read)

onApplicationParsedEVENT

public static const onApplicationParsedEVENT:String = "onApplicationParsed"
(read)

onLoadErrorEVENT

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

onLoadInitEVENT

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

onLoadProgressEVENT

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

onLoadStartEVENT

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

onLoadTimeOutEVENT

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