Package | org.vostokframework.domain.loading.states.fileloader.algorithms.events |
Class | public class FileLoadingAlgorithmEvent |
Inheritance | FileLoadingAlgorithmEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
data : * [read-only]
description
| FileLoadingAlgorithmEvent | ||
httpStatus : int | FileLoadingAlgorithmEvent | ||
latency : int [read-only] | FileLoadingAlgorithmEvent | ||
netStatusInfo : Object | FileLoadingAlgorithmEvent |
Method | Defined By | ||
---|---|---|---|
FileLoadingAlgorithmEvent(type:String, data:* = null, latency:int = 0)
description
| FileLoadingAlgorithmEvent | ||
clone():Event [override] | FileLoadingAlgorithmEvent |
Constant | Defined 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 |
data | property |
data:*
[read-only] description
public function get data():*
httpStatus | property |
httpStatus:int
public function get httpStatus():int
public function set httpStatus(value:int):void
latency | property |
latency:int
[read-only] public function get latency():int
netStatusInfo | property |
netStatusInfo:Object
public function get netStatusInfo():Object
public function set netStatusInfo(value:Object):void
FileLoadingAlgorithmEvent | () | Constructor |
public function FileLoadingAlgorithmEvent(type:String, data:* = null, latency:int = 0)
description
Parameterstype:String | |
data:* (default = null )
| |
latency:int (default = 0 )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
COMPLETE | Constant |
public static const COMPLETE:String = VostokFramework.FileLoadingAlgorithmEvent.COMPLETE
HTTP_STATUS | Constant |
public static const HTTP_STATUS:String = VostokFramework.FileLoadingAlgorithmEvent.HTTP_STATUS
INIT | Constant |
public static const INIT:String = VostokFramework.FileLoadingAlgorithmEvent.INIT
OPEN | Constant |
public static const OPEN:String = VostokFramework.FileLoadingAlgorithmEvent.OPEN