Packageorg.vostokframework.application.events
Classpublic class AssetLoadingErrorEvent
InheritanceAssetLoadingErrorEvent Inheritance flash.events.ErrorEvent

description



Public Properties
 PropertyDefined By
  assetId : String
[read-only] description
AssetLoadingErrorEvent
  assetLocale : String
[read-only] description
AssetLoadingErrorEvent
  assetType : AssetType
[read-only] description
AssetLoadingErrorEvent
  errors : IList
[read-only] description
AssetLoadingErrorEvent
  httpStatus : int
description
AssetLoadingErrorEvent
  monitoring : LoadingMonitoring
[read-only] description
AssetLoadingErrorEvent
Public Methods
 MethodDefined By
  
AssetLoadingErrorEvent(type:String, assetId:String, assetLocale:String, assetType:AssetType, errors:IList, monitoring:LoadingMonitoring = null)
description
AssetLoadingErrorEvent
  
clone():Event
[override]
AssetLoadingErrorEvent
Public Constants
 ConstantDefined By
  FAILED : String = VostokFramework.AssetLoadingErrorEvent.FAILED
[static]
AssetLoadingErrorEvent
Property Detail
assetIdproperty
assetId:String  [read-only]

description


Implementation
    public function get assetId():String
assetLocaleproperty 
assetLocale:String  [read-only]

description


Implementation
    public function get assetLocale():String
assetTypeproperty 
assetType:AssetType  [read-only]

description


Implementation
    public function get assetType():AssetType
errorsproperty 
errors:IList  [read-only]

description


Implementation
    public function get errors():IList
httpStatusproperty 
httpStatus:int

description


Implementation
    public function get httpStatus():int
    public function set httpStatus(value:int):void
monitoringproperty 
monitoring:LoadingMonitoring  [read-only]

description


Implementation
    public function get monitoring():LoadingMonitoring
Constructor Detail
AssetLoadingErrorEvent()Constructor
public function AssetLoadingErrorEvent(type:String, assetId:String, assetLocale:String, assetType:AssetType, errors:IList, monitoring:LoadingMonitoring = null)

description

Parameters
type:String
 
assetId:String
 
assetLocale:String
 
assetType:AssetType
 
errors:IList
 
monitoring:LoadingMonitoring (default = null)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
FAILEDConstant
public static const FAILED:String = VostokFramework.AssetLoadingErrorEvent.FAILED