Packageorg.vostokframework.domain.loading.events
Classpublic class LoaderEvent
InheritanceLoaderEvent Inheritance flash.events.Event

description



Public Properties
 PropertyDefined By
  data : *
[read-only]
LoaderEvent
  httpStatus : int
LoaderEvent
  latency : int
[read-only]
LoaderEvent
Public Methods
 MethodDefined By
  
LoaderEvent(type:String, data:* = null, latency:int = 0)
description
LoaderEvent
  
clone():Event
[override]
LoaderEvent
Public Constants
 ConstantDefined 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
Property Detail
dataproperty
data:*  [read-only]


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
Constructor Detail
LoaderEvent()Constructor
public function LoaderEvent(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
CANCELEDConstant
public static const CANCELED:String = VostokFramework.LoaderEvent.CANCELED

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

CONNECTINGConstant 
public static const CONNECTING:String = VostokFramework.LoaderEvent.CONNECTING

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

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

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

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