LoadStrategy
| Kind of class: | public interface |
|---|---|
| Package: | com.bourre.load.strategy |
| Inherits from: | none |
| Implemented by: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.load.strategy.LoadStrategy |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Instance methods
- load (request:URLRequest = null, context:LoaderContext = null) : void
- getBytesLoaded : uint
- getBytesTotal : uint
- setOwner (owner:Loader) : void
- release : void
Instance methods
getBytesLoaded
public function getBytesLoaded (
) : uint
getBytesTotal
public function getBytesTotal (
) : uint
load
public function load (
request:URLRequest = null,
context:LoaderContext = null) : void
release
public function release (
) : void