Loader
| Kind of class: | public interface |
|---|---|
| Package: | com.bourre.load |
| Inherits from: | ASyncCommand < Command |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.load.Loader |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Instance methods
- load (url:URLRequest = null, context:LoaderContext = null) : void
- getURL : URLRequest
- setURL (url:URLRequest) : void
- prefixURL (prefixURL:String) : void
- getName : String
- setName (name:String) : void
- getPerCent : Number
- getStrategy : LoadStrategy
- addListener (listener:LoaderListener) : Boolean
- removeListener (listener:LoaderListener) : Boolean
- addEventListener (type:String, listener:Object, rest) : Boolean
- removeEventListener (type:String, listener:Object) : Boolean
- setAntiCache (b:Boolean) : void
- setContent (content:Object) : void
- fireOnLoadProgressEvent : void
- fireOnLoadInitEvent : void
- fireOnLoadStartEvent : void
- fireOnLoadErrorEvent (message:String = null) : void
Instance methods inherited from ASyncCommand
Instance methods
addEventListener
public function addEventListener (
type:String,
listener:Object,
rest) : Boolean
addListener
fireOnLoadErrorEvent
public function fireOnLoadErrorEvent (
message:String = null) : void
fireOnLoadInitEvent
public function fireOnLoadInitEvent (
) : void
fireOnLoadProgressEvent
public function fireOnLoadProgressEvent (
) : void
fireOnLoadStartEvent
public function fireOnLoadStartEvent (
) : void
getName
public function getName (
) : String
getPerCent
public function getPerCent (
) : Number
getStrategy
getURL
public function getURL (
) : URLRequest
load
public function load (
url:URLRequest = null,
context:LoaderContext = null) : void
prefixURL
public function prefixURL (
prefixURL:String) : void
removeEventListener
public function removeEventListener (
type:String,
listener:Object) : Boolean
removeListener
setAntiCache
public function setAntiCache (
b:Boolean) : void
setContent
public function setContent (
content:Object) : void
setName
public function setName (
name:String) : void
setURL
public function setURL (
url:URLRequest) : void