| Package | org.spicefactory.lib.task.events |
| Class | public class TaskEvent |
| Inheritance | TaskEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
TaskEvent(type:String)
Creates a new event instance. | TaskEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CANCEL : String = cancel [static]
Constant for the type of event fired when a Task is cancelled. | TaskEvent | ||
| COMPLETE : String = complete [static]
Constant for the type of event fired when a Task is completed. | TaskEvent | ||
| RESUME : String = resume [static]
Constant for the type of event fired when a Task is resumed. | TaskEvent | ||
| START : String = start [static]
Constant for the type of event fired when a Task is started. | TaskEvent | ||
| SUSPEND : String = suspend [static]
Constant for the type of event fired when a Task is suspended. | TaskEvent | ||
| TaskEvent | () | Constructor |
public function TaskEvent(type:String)Creates a new event instance.
Parameterstype:String — the type of this event
|
| CANCEL | Constant |
public static const CANCEL:String = cancelConstant for the type of event fired when a Task is cancelled.
| COMPLETE | Constant |
public static const COMPLETE:String = completeConstant for the type of event fired when a Task is completed.
| RESUME | Constant |
public static const RESUME:String = resumeConstant for the type of event fired when a Task is resumed.
| START | Constant |
public static const START:String = startConstant for the type of event fired when a Task is started.
| SUSPEND | Constant |
public static const SUSPEND:String = suspendConstant for the type of event fired when a Task is suspended.