Packageorg.puremvc.as3.utilities.loadup.assetloader.model.loaders
Classpublic class AssetLoadByLoader
ImplementsIAssetLoader



Public Properties
 PropertyDefined by
  dataFormat : String
Present only to satisfy IAssetLoader interface.
AssetLoadByLoader
  loaderContext : *
AssetLoadByLoader
  urlRequest : URLRequest
AssetLoadByLoader
Public Methods
 MethodDefined by
  
AssetLoadByLoader
  
load(url:String):void
AssetLoadByLoader
Protected Methods
 MethodDefined by
  
addListeners(dis:IEventDispatcher):void
AssetLoadByLoader
  
completeHandler(ev:Event):void
AssetLoadByLoader
  
initHandler(ev:Event):void
AssetLoadByLoader
  
ioErrorHandler(ev:Event):void
AssetLoadByLoader
  
progressHandler(ev:ProgressEvent):void
AssetLoadByLoader
  
removeListeners(dis:IEventDispatcher):void
AssetLoadByLoader
  
securityErrorHandler(ev:Event):void
AssetLoadByLoader
Protected Constants
 ConstantDefined by
  LOADER_FORMAT_NOT_APPLICABLE_MSG : String = "AssetLoadByLoader, get/set dataFormat(), not applicable."
AssetLoadByLoader
Property detail
dataFormatproperty
dataFormat:String  [read-write]

Present only to satisfy IAssetLoader interface.

Implementation
    public function get dataFormat():String
    public function set dataFormat(value:String):void
loaderContextproperty 
loaderContext:*  [read-write]Implementation
    public function get loaderContext():*
    public function set loaderContext(value:*):void
urlRequestproperty 
urlRequest:URLRequest  [read-write]Implementation
    public function get urlRequest():URLRequest
    public function set urlRequest(value:URLRequest):void
Constructor detail
AssetLoadByLoader()constructor
public function AssetLoadByLoader(respondTo:AssetProxy)Parameters
respondTo:AssetProxy
Method detail
addListeners()method
protected function addListeners(dis:IEventDispatcher):voidParameters
dis:IEventDispatcher
completeHandler()method 
protected function completeHandler(ev:Event):voidParameters
ev:Event
initHandler()method 
protected function initHandler(ev:Event):voidParameters
ev:Event
ioErrorHandler()method 
protected function ioErrorHandler(ev:Event):voidParameters
ev:Event
load()method 
public function load(url:String):voidParameters
url:String
progressHandler()method 
protected function progressHandler(ev:ProgressEvent):voidParameters
ev:ProgressEvent
removeListeners()method 
protected function removeListeners(dis:IEventDispatcher):voidParameters
dis:IEventDispatcher
securityErrorHandler()method 
protected function securityErrorHandler(ev:Event):voidParameters
ev:Event
Constant detail
LOADER_FORMAT_NOT_APPLICABLE_MSGconstant
protected const LOADER_FORMAT_NOT_APPLICABLE_MSG:String = "AssetLoadByLoader, get/set dataFormat(), not applicable."