| Package | org.vostokframework.application.events |
| Class | public class AssetLoadingEvent |
| Inheritance | AssetLoadingEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| assetData : * [read-only]
description
| AssetLoadingEvent | ||
| assetId : String [read-only]
description
| AssetLoadingEvent | ||
| assetLocale : String [read-only]
description
| AssetLoadingEvent | ||
| assetType : AssetType [read-only]
description
| AssetLoadingEvent | ||
| httpStatus : int
description
| AssetLoadingEvent | ||
| monitoring : LoadingMonitoring [read-only]
description
| AssetLoadingEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AssetLoadingEvent(type:String, assetId:String, assetLocale:String, assetType:AssetType, monitoring:LoadingMonitoring = null, assetData:* = null)
description
| AssetLoadingEvent | ||
clone():Event [override] | AssetLoadingEvent | ||
typeBelongs(type:String):Boolean [static] | AssetLoadingEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CANCELED : String = VostokFramework.AssetLoadingEvent.CANCELED [static] | AssetLoadingEvent | ||
| COMPLETE : String = VostokFramework.AssetLoadingEvent.COMPLETE [static] | AssetLoadingEvent | ||
| HTTP_STATUS : String = VostokFramework.AssetLoadingEvent.HTTP_STATUS [static] | AssetLoadingEvent | ||
| INIT : String = VostokFramework.AssetLoadingEvent.INIT [static] | AssetLoadingEvent | ||
| OPEN : String = VostokFramework.AssetLoadingEvent.OPEN [static] | AssetLoadingEvent | ||
| PROGRESS : String = VostokFramework.AssetLoadingEvent.PROGRESS [static] | AssetLoadingEvent | ||
| STOPPED : String = VostokFramework.AssetLoadingEvent.STOPPED [static] | AssetLoadingEvent | ||
| assetData | property |
assetData:* [read-only] description
public function get assetData():*| 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| httpStatus | property |
httpStatus:intdescription
public function get httpStatus():int public function set httpStatus(value:int):void| monitoring | property |
monitoring:LoadingMonitoring [read-only] description
public function get monitoring():LoadingMonitoring| AssetLoadingEvent | () | Constructor |
public function AssetLoadingEvent(type:String, assetId:String, assetLocale:String, assetType:AssetType, monitoring:LoadingMonitoring = null, assetData:* = null)description
Parameterstype:String | |
assetId:String | |
assetLocale:String | |
assetType:AssetType | |
monitoring:LoadingMonitoring (default = null) | |
assetData:* (default = null) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| typeBelongs | () | method |
public static function typeBelongs(type:String):BooleanParameters
type:String |
Boolean |
| CANCELED | Constant |
public static const CANCELED:String = VostokFramework.AssetLoadingEvent.CANCELED| COMPLETE | Constant |
public static const COMPLETE:String = VostokFramework.AssetLoadingEvent.COMPLETE| HTTP_STATUS | Constant |
public static const HTTP_STATUS:String = VostokFramework.AssetLoadingEvent.HTTP_STATUS| INIT | Constant |
public static const INIT:String = VostokFramework.AssetLoadingEvent.INIT| OPEN | Constant |
public static const OPEN:String = VostokFramework.AssetLoadingEvent.OPEN| PROGRESS | Constant |
public static const PROGRESS:String = VostokFramework.AssetLoadingEvent.PROGRESS| STOPPED | Constant |
public static const STOPPED:String = VostokFramework.AssetLoadingEvent.STOPPED