Package | org.flexunit.internals.events |
Class | public class ExecutionCompleteEvent |
Inheritance | ExecutionCompleteEvent ![]() |
Property | Defined By | ||
---|---|---|---|
error : Error
A potential error that was encountered during execution. | ExecutionCompleteEvent |
Method | Defined By | ||
---|---|---|---|
ExecutionCompleteEvent(error:Error = null)
Constructor. | ExecutionCompleteEvent | ||
clone():Event [override]
Called by the framework to facilitate any requisite event bubbling. | ExecutionCompleteEvent |
Constant | Defined By | ||
---|---|---|---|
COMPLETE : String = complete [static] | ExecutionCompleteEvent |
error | property |
public var error:Error
A potential error that was encountered during execution.
ExecutionCompleteEvent | () | Constructor |
public function ExecutionCompleteEvent(error:Error = null)
Constructor.
Parameterserror:Error (default = null ) — A potential error that was encountered during execution.
|
clone | () | method |
override public function clone():Event
Called by the framework to facilitate any requisite event bubbling.
ReturnsEvent |
COMPLETE | Constant |
public static const COMPLETE:String = complete