| Package | org.springextensions.actionscript.core.task.event |
| SVN browsing | TaskEvent.as |
| Fisheye | TaskEvent.as |
| Class | public class TaskEvent |
| Inheritance | TaskEvent flash.events.Event |
Documentation reference: tasks
| Property | Defined by | ||
|---|---|---|---|
| command : ICommand
[read-only]
| TaskEvent | ||
| task : ITask
[read-only]
| TaskEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TaskEvent(type:String, task:ITask, command:ICommand, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new
TaskEvent instance. | TaskEvent | ||
|
clone():Event
| TaskEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| AFTER_EXECUTE_COMMAND : String = "taskAfterExecuteCommand" [static]
Defines the value of the type property of a
TaskEvent.AFTER_EXECUTE_COMMAND event object. | TaskEvent | ||
| BEFORE_EXECUTE_COMMAND : String = "taskBeforeExecuteCommand" [static]
Defines the value of the type property of a
TaskEvent.BEFORE_EXECUTE_COMMAND event object. | TaskEvent | ||
| TASK_ABORTED : String = "taskAborted" [static]
Defines the value of the type property of a
TaskEvent.TASK_ABORTED event object. | TaskEvent | ||
| TASK_COMPLETE : String = "taskComplete" [static]
Defines the value of the type property of a
TaskEvent.TASK_COMPLETE event object. | TaskEvent | ||
| TASK_ERROR : String = "taskError" [static]
Defines the value of the type property of a
TaskEvent.TASK_ERROR event object. | TaskEvent | ||
| command | property |
| task | property |
| TaskEvent | () | constructor |
public function TaskEvent(type:String, task:ITask, command:ICommand, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new TaskEvent instance.
type:String |
|
task:ITask |
|
command:ICommand |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():EventReturns
Event — An exact copy of the current TaskEvent.
|
| AFTER_EXECUTE_COMMAND | constant |
public static const AFTER_EXECUTE_COMMAND:String = "taskAfterExecuteCommand"
Defines the value of the type property of a TaskEvent.AFTER_EXECUTE_COMMAND event object.
| BEFORE_EXECUTE_COMMAND | constant |
public static const BEFORE_EXECUTE_COMMAND:String = "taskBeforeExecuteCommand"
Defines the value of the type property of a TaskEvent.BEFORE_EXECUTE_COMMAND event object.
| TASK_ABORTED | constant |
public static const TASK_ABORTED:String = "taskAborted"
Defines the value of the type property of a TaskEvent.TASK_ABORTED event object.
| TASK_COMPLETE | constant |
public static const TASK_COMPLETE:String = "taskComplete"
Defines the value of the type property of a TaskEvent.TASK_COMPLETE event object.
| TASK_ERROR | constant |
public static const TASK_ERROR:String = "taskError"
Defines the value of the type property of a TaskEvent.TASK_ERROR event object.