Package | org.vostokframework.application.events |
Class | public class AssetLoadingErrorEvent |
Inheritance | AssetLoadingErrorEvent flash.events.ErrorEvent |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
AssetLoadingErrorEvent(type:String, assetId:String, assetLocale:String, assetType:AssetType, errors:IList, monitoring:LoadingMonitoring = null)
description
| AssetLoadingErrorEvent | ||
clone():Event [override] | AssetLoadingErrorEvent |
Constant | Defined By | ||
---|---|---|---|
FAILED : String = VostokFramework.AssetLoadingErrorEvent.FAILED [static] | AssetLoadingErrorEvent |
assetId | property |
assetId:String
[read-only] description
public function get assetId():String
assetLocale | property |
assetLocale:String
[read-only] description
public function get assetLocale():String
assetType | property |
assetType:AssetType
[read-only] description
public function get assetType():AssetType
errors | property |
errors:IList
[read-only] description
public function get errors():IList
httpStatus | property |
httpStatus:int
description
public function get httpStatus():int
public function set httpStatus(value:int):void
monitoring | property |
monitoring:LoadingMonitoring
[read-only] description
public function get monitoring():LoadingMonitoring
AssetLoadingErrorEvent | () | Constructor |
public function AssetLoadingErrorEvent(type:String, assetId:String, assetLocale:String, assetType:AssetType, errors:IList, monitoring:LoadingMonitoring = null)
description
Parameterstype:String | |
assetId:String | |
assetLocale:String | |
assetType:AssetType | |
errors:IList | |
monitoring:LoadingMonitoring (default = null )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
FAILED | Constant |
public static const FAILED:String = VostokFramework.AssetLoadingErrorEvent.FAILED