Packageorg.vostokframework.domain.loading.states.fileloader.algorithms.events
Classpublic class FileLoadingAlgorithmEvent
InheritanceFileLoadingAlgorithmEvent Inheritance flash.events.Event

description



Public Properties
 PropertyDefined By
  data : *
[read-only] description
FileLoadingAlgorithmEvent
  httpStatus : int
FileLoadingAlgorithmEvent
  latency : int
[read-only]
FileLoadingAlgorithmEvent
  netStatusInfo : Object
FileLoadingAlgorithmEvent
Public Methods
 MethodDefined By
  
FileLoadingAlgorithmEvent(type:String, data:* = null, latency:int = 0)
description
FileLoadingAlgorithmEvent
  
clone():Event
[override]
FileLoadingAlgorithmEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = VostokFramework.FileLoadingAlgorithmEvent.COMPLETE
[static]
FileLoadingAlgorithmEvent
  HTTP_STATUS : String = VostokFramework.FileLoadingAlgorithmEvent.HTTP_STATUS
[static]
FileLoadingAlgorithmEvent
  INIT : String = VostokFramework.FileLoadingAlgorithmEvent.INIT
[static]
FileLoadingAlgorithmEvent
  OPEN : String = VostokFramework.FileLoadingAlgorithmEvent.OPEN
[static]
FileLoadingAlgorithmEvent
Property Detail
dataproperty
data:*  [read-only]

description


Implementation
    public function get data():*
httpStatusproperty 
httpStatus:int


Implementation
    public function get httpStatus():int
    public function set httpStatus(value:int):void
latencyproperty 
latency:int  [read-only]


Implementation
    public function get latency():int
netStatusInfoproperty 
netStatusInfo:Object


Implementation
    public function get netStatusInfo():Object
    public function set netStatusInfo(value:Object):void
Constructor Detail
FileLoadingAlgorithmEvent()Constructor
public function FileLoadingAlgorithmEvent(type:String, data:* = null, latency:int = 0)

description

Parameters
type:String
 
data:* (default = null)
 
latency:int (default = 0)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = VostokFramework.FileLoadingAlgorithmEvent.COMPLETE

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

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

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