Package | org.vostokframework.domain.loading.states.fileloader.algorithms.events |
Class | public class FileLoadingAlgorithmErrorEvent |
Inheritance | FileLoadingAlgorithmErrorEvent ![]() |
Property | Defined By | ||
---|---|---|---|
errors : IList [read-only]
description
| FileLoadingAlgorithmErrorEvent |
Method | Defined By | ||
---|---|---|---|
FileLoadingAlgorithmErrorEvent(type:String, errors:IList)
description
| FileLoadingAlgorithmErrorEvent | ||
clone():Event [override] | FileLoadingAlgorithmErrorEvent |
Constant | Defined By | ||
---|---|---|---|
FAILED : String = VostokFramework.FileLoadingAlgorithmEvent.FAILED [static] | FileLoadingAlgorithmErrorEvent |
errors | property |
errors:IList
[read-only] description
public function get errors():IList
FileLoadingAlgorithmErrorEvent | () | Constructor |
public function FileLoadingAlgorithmErrorEvent(type:String, errors:IList)
description
Parameterstype:String | |
errors:IList |
clone | () | method |
override public function clone():Event
ReturnsEvent |
FAILED | Constant |
public static const FAILED:String = VostokFramework.FileLoadingAlgorithmEvent.FAILED