| 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 = "cancel"Constant for the type of event fired when a Task is cancelled.
| COMPLETE | constant |
public static const COMPLETE:String = "complete"Constant for the type of event fired when a Task is completed.
| RESUME | constant |
public static const RESUME:String = "resume"Constant for the type of event fired when a Task is resumed.
| START | constant |
public static const START:String = "start"Constant for the type of event fired when a Task is started.
| SUSPEND | constant |
public static const SUSPEND:String = "suspend"Constant for the type of event fired when a Task is suspended.