Packagecom.afcomponents.umap.control
Classpublic class ImageLoaderJob

ImageLoaderJob



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
dispose():void
Releases all the resources accuired by the object.
ImageLoaderJob
  
toString():String
Returns a textual representation of the object.
ImageLoaderJob
Property detail
dataproperty
data:Object  [read-only]

Implementation
    public function get data():Object
loaderproperty 
loader:Loader  [read-only]

Implementation
    public function get loader():Loader
priorityproperty 
priority:uint  [read-only]

Implementation
    public function get priority():uint
requestproperty 
request:URLRequest  [read-only]

Implementation
    public function get request():URLRequest
threadproperty 
thread:int  [read-write]

Implementation
    public function get thread():int
    public function set thread(value:int):void
urlproperty 
url:String  [read-only]

Implementation
    public function get url():String
Method detail
dispose()method
public function dispose():void

Releases all the resources accuired by the object.

toString()method 
public function toString():String

Returns a textual representation of the object.

Returns
String