| Package | org.springextensions.actionscript.core.task.event |
| SVN browsing | TaskFlowControlEvent.as |
| Fisheye | TaskFlowControlEvent.as |
| Class | public class TaskFlowControlEvent |
| Inheritance | TaskFlowControlEvent flash.events.Event |
Documentation reference: tasks
| Method | Defined by | ||
|---|---|---|---|
|
TaskFlowControlEvent(kind:TaskFlowControlKind, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new
TaskFlowControlEvent instance. | TaskFlowControlEvent | ||
|
clone():Event
| TaskFlowControlEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BREAK : String = "" [static]
Indicates a break in the flow control.
| TaskFlowControlEvent | ||
| CONTINUE : String = "" [static]
Indicates a continuation in the flow control.
| TaskFlowControlEvent | ||
| EXIT : String = "" [static]
Indicates an exit (abort) of the flow control.
| TaskFlowControlEvent | ||
| TaskFlowControlEvent | () | constructor |
public function TaskFlowControlEvent(kind:TaskFlowControlKind, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new TaskFlowControlEvent instance.
kind:TaskFlowControlKind |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():EventReturns
Event — An exact copy of the current TaskFlowControlEvent.
|
| BREAK | constant |
public static const BREAK:String = ""Indicates a break in the flow control.
| CONTINUE | constant |
public static const CONTINUE:String = ""Indicates a continuation in the flow control.
| EXIT | constant |
public static const EXIT:String = ""Indicates an exit (abort) of the flow control.