| Package | org.vostokframework.domain.loading.events |
| Class | public class LoaderEvent |
| Inheritance | LoaderEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| data : * [read-only] | LoaderEvent | ||
| httpStatus : int | LoaderEvent | ||
| latency : int [read-only] | LoaderEvent | ||
| Method | Defined By | ||
|---|---|---|---|
LoaderEvent(type:String, data:* = null, latency:int = 0)
description
| LoaderEvent | ||
clone():Event [override] | LoaderEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CANCELED : String = VostokFramework.LoaderEvent.CANCELED [static] | LoaderEvent | ||
| COMPLETE : String = VostokFramework.LoaderEvent.COMPLETE [static] | LoaderEvent | ||
| CONNECTING : String = VostokFramework.LoaderEvent.CONNECTING [static] | LoaderEvent | ||
| HTTP_STATUS : String = VostokFramework.LoaderEvent.HTTP_STATUS [static] | LoaderEvent | ||
| INIT : String = VostokFramework.LoaderEvent.INIT [static] | LoaderEvent | ||
| OPEN : String = VostokFramework.LoaderEvent.OPEN [static] | LoaderEvent | ||
| STOPPED : String = VostokFramework.LoaderEvent.STOPPED [static] | LoaderEvent | ||
| data | property |
data:* [read-only] 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| LoaderEvent | () | Constructor |
public function LoaderEvent(type:String, data:* = null, latency:int = 0)description
Parameterstype:String | |
data:* (default = null) | |
latency:int (default = 0) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| CANCELED | Constant |
public static const CANCELED:String = VostokFramework.LoaderEvent.CANCELED| COMPLETE | Constant |
public static const COMPLETE:String = VostokFramework.LoaderEvent.COMPLETE| CONNECTING | Constant |
public static const CONNECTING:String = VostokFramework.LoaderEvent.CONNECTING| HTTP_STATUS | Constant |
public static const HTTP_STATUS:String = VostokFramework.LoaderEvent.HTTP_STATUS| INIT | Constant |
public static const INIT:String = VostokFramework.LoaderEvent.INIT| OPEN | Constant |
public static const OPEN:String = VostokFramework.LoaderEvent.OPEN| STOPPED | Constant |
public static const STOPPED:String = VostokFramework.LoaderEvent.STOPPED