Packageorg.vostokframework.domain.loading.events
Classpublic class LoaderErrorEvent
InheritanceLoaderErrorEvent Inheritance flash.events.ErrorEvent

description



Public Properties
 PropertyDefined By
  errors : IList
[read-only]
LoaderErrorEvent
Public Methods
 MethodDefined By
  
LoaderErrorEvent(type:String, errors:IList)
description
LoaderErrorEvent
  
clone():Event
[override]
LoaderErrorEvent
Public Constants
 ConstantDefined By
  FAILED : String = VostokFramework.LoaderErrorEvent.FAILED
[static]
LoaderErrorEvent
Property Detail
errorsproperty
errors:IList  [read-only]


Implementation
    public function get errors():IList
Constructor Detail
LoaderErrorEvent()Constructor
public function LoaderErrorEvent(type:String, errors:IList)

description

Parameters
type:String
 
errors:IList
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
FAILEDConstant
public static const FAILED:String = VostokFramework.LoaderErrorEvent.FAILED