Packageorg.vostokframework.application.events
Classpublic class AssetLoadingEvent
InheritanceAssetLoadingEvent Inheritance flash.events.Event

description



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property Detail
assetDataproperty
assetData:*  [read-only]

description


Implementation
    public function get assetData():*
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
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
AssetLoadingEvent()Constructor
public function AssetLoadingEvent(type:String, assetId:String, assetLocale:String, assetType:AssetType, monitoring:LoadingMonitoring = null, assetData:* = null)

description

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

Returns
Event
typeBelongs()method 
public static function typeBelongs(type:String):Boolean

Parameters

type:String

Returns
Boolean
Constant Detail
CANCELEDConstant
public static const CANCELED:String = VostokFramework.AssetLoadingEvent.CANCELED

COMPLETEConstant 
public static const COMPLETE:String = VostokFramework.AssetLoadingEvent.COMPLETE

HTTP_STATUSConstant 
public static const HTTP_STATUS:String = VostokFramework.AssetLoadingEvent.HTTP_STATUS

INITConstant 
public static const INIT:String = VostokFramework.AssetLoadingEvent.INIT

OPENConstant 
public static const OPEN:String = VostokFramework.AssetLoadingEvent.OPEN

PROGRESSConstant 
public static const PROGRESS:String = VostokFramework.AssetLoadingEvent.PROGRESS

STOPPEDConstant 
public static const STOPPED:String = VostokFramework.AssetLoadingEvent.STOPPED