Package | org.vostokframework.domain.loading.events |
Class | public class LoaderErrorEvent |
Inheritance | LoaderErrorEvent flash.events.ErrorEvent |
Property | Defined By | ||
---|---|---|---|
errors : IList [read-only] | LoaderErrorEvent |
Method | Defined By | ||
---|---|---|---|
LoaderErrorEvent(type:String, errors:IList)
description
| LoaderErrorEvent | ||
clone():Event [override] | LoaderErrorEvent |
Constant | Defined By | ||
---|---|---|---|
FAILED : String = VostokFramework.LoaderErrorEvent.FAILED [static] | LoaderErrorEvent |
errors | property |
errors:IList
[read-only] public function get errors():IList
LoaderErrorEvent | () | Constructor |
public function LoaderErrorEvent(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.LoaderErrorEvent.FAILED