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 (type:String, al:ApplicationLoader, errorMessage:String = "")
Constants
Constants inherited from LoaderEvent
Instance properties
Instance properties inherited from LoaderEvent
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from LoaderEvent
Event handlers
- onLoadStartEVENT : String
- onLoadInitEVENT : String
- onLoadProgressEVENT : String
- onLoadTimeOutEVENT : String
- onLoadErrorEVENT : String
- onApplicationParsedEVENT : String
- onApplicationObjectsBuiltEVENT : String
- onApplicationMethodsCalledEVENT : String
- onApplicationChannelsAssignedEVENT : String
- onApplicationInitEVENT : String
Event handlers inherited from LoaderEvent
Constructor
ApplicationLoaderEvent
public function ApplicationLoaderEvent (
type:String,
al:ApplicationLoader,
errorMessage:String = "")
Instance methods
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)