Packageorg.vostokframework.domain.loading.states.fileloader.algorithms.events
Classpublic class FileLoadingAlgorithmErrorEvent
InheritanceFileLoadingAlgorithmErrorEvent Inheritance flash.events.Event

description



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

description


Implementation
    public function get errors():IList
Constructor Detail
FileLoadingAlgorithmErrorEvent()Constructor
public function FileLoadingAlgorithmErrorEvent(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.FileLoadingAlgorithmEvent.FAILED