GraphicLoaderEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.load |
| Inherits from: | LoaderEvent < BasicEvent < Event |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.load.GraphicLoaderEvent |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Constructor
- GraphicLoaderEvent (type:String, gl:GraphicLoader, errorMessage:String = "")
Constants
Constants inherited from LoaderEvent
Instance properties
Instance properties inherited from LoaderEvent
Instance properties inherited from BasicEvent
Instance methods
- getView : DisplayObjectContainer
- getGraphicLoader : GraphicLoader
- getApplicationDomain : ApplicationDomain
Instance methods inherited from LoaderEvent
Event handlers
- onLoadStartEVENT : String
- onLoadInitEVENT : String
- onLoadProgressEVENT : String
- onLoadTimeOutEVENT : String
- onLoadErrorEVENT : String
Event handlers inherited from LoaderEvent
Constructor
GraphicLoaderEvent
Instance methods
getApplicationDomain
public function getApplicationDomain (
) : ApplicationDomain
getGraphicLoader
getView
public function getView (
) : DisplayObjectContainer
Event handlers
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)