Packageorg.puremvc.as3.utilities.loadup.controller
Classpublic class FailureInfo

FailureInfo can be used as the Notification body when a resource load fails. See InvoiceProxy class in LoadupAsOrdered demo for an example use of this class.



Public Properties
 PropertyDefined by
  allowRetry : Boolean
[read-only]
FailureInfo
  proxyName : String
[read-only]
FailureInfo
Public Methods
 MethodDefined by
  
FailureInfo(proxyName:String, allowRetry:Boolean = true)
FailureInfo
Property detail
allowRetryproperty
allowRetry:Boolean  [read-only]Implementation
    public function get allowRetry():Boolean
proxyNameproperty 
proxyName:String  [read-only]Implementation
    public function get proxyName():String
Constructor detail
FailureInfo()constructor
public function FailureInfo(proxyName:String, allowRetry:Boolean = true)Parameters
proxyName:String
 
allowRetry:Boolean (default = true)