LoaderEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.load |
| Inherits from: | BasicEvent < Event |
| Known subclasses: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.load.LoaderEvent |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Constructor
- LoaderEvent (type:String, loader:Loader, errorMessage:String = "")
Instance properties
Instance properties inherited from BasicEvent
Instance methods
- getLoader : Loader
- getPerCent : Number
- getName : String
- setErrorMessage (errorMessage:String = "") : void
- getErrorMessage : String
Event handlers
- onLoadStartEVENT : String
- onLoadInitEVENT : String
- onLoadProgressEVENT : String
- onLoadTimeOutEVENT : String
- onLoadErrorEVENT : String
Constructor
LoaderEvent
Instance methods
getErrorMessage
public function getErrorMessage (
) : String
getLoader
getName
public function getName (
) : String
getPerCent
public function getPerCent (
) : Number
setErrorMessage
public function setErrorMessage (
errorMessage:String = "") : void
Event handlers
onLoadErrorEVENT
public static const onLoadErrorEVENT:String = "onLoadError"
(read)
onLoadInitEVENT
public static const onLoadInitEVENT:String = "onLoadInit"
(read)
onLoadProgressEVENT
public static const onLoadProgressEVENT:String = "onLoadProgress"
(read)
onLoadStartEVENT
public static const onLoadStartEVENT:String = "onLoadStart"
(read)
onLoadTimeOutEVENT
public static const onLoadTimeOutEVENT:String = "onLoadTimeOut"
(read)