| Property | Defined by | ||
|---|---|---|---|
| data : Object [read-only]
| ImageLoaderJob | ||
| loader : Loader [read-only]
| ImageLoaderJob | ||
| priority : uint [read-only]
| ImageLoaderJob | ||
| request : URLRequest [read-only]
| ImageLoaderJob | ||
| thread : int | ImageLoaderJob | ||
| url : String [read-only]
| ImageLoaderJob | ||
| Method | Defined by | ||
|---|---|---|---|
|
dispose():void
Releases all the resources accuired by the object.
| ImageLoaderJob | ||
|
toString():String
Returns a textual representation of the object.
| ImageLoaderJob | ||
| data | property |
data:Object [read-only]Implementation
public function get data():Object
| loader | property |
loader:Loader [read-only]Implementation
public function get loader():Loader
| priority | property |
priority:uint [read-only]Implementation
public function get priority():uint
| request | property |
request:URLRequest [read-only]Implementation
public function get request():URLRequest
| thread | property |
thread:int [read-write]Implementation
public function get thread():int
public function set thread(value:int):void
| url | property |
url:String [read-only]Implementation
public function get url():String
| dispose | () | method |
public function dispose():voidReleases all the resources accuired by the object.
| toString | () | method |
public function toString():StringReturns a textual representation of the object.
ReturnsString |