| Package | funit.listeners.events |
| Class | public class RunFinishErrorEvent |
| Inheritance | RunFinishErrorEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| error : Error | RunFinishErrorEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
RunFinishErrorEvent(type:String, error:Error)
| RunFinishErrorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| RUN_FINISH_ERROR : String = "runFinishError" [static]
| RunFinishErrorEvent | ||
| error | property |
public var error:Error
| RunFinishErrorEvent | () | constructor |
public function RunFinishErrorEvent(type:String, error:Error)Parameters
type:String |
|
error:Error |
| RUN_FINISH_ERROR | constant |
public static const RUN_FINISH_ERROR:String = "runFinishError"