| Package | org.generalrelativity.thread.event |
| Class | public class GreenThreadEvent |
| Inheritance | GreenThreadEvent flash.events.Event |
See also
| Method | Defined By | ||
|---|---|---|---|
GreenThreadEvent(type:String, process:IRunnable, bubbles:Boolean = false, cancelable:Boolean = false) | GreenThreadEvent | ||
clone():Event [override] | GreenThreadEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| PROCESS_COMPLETE : String = processComplete [static] | GreenThreadEvent | ||
| PROCESS_TIMEOUT : String = processTimeout [static] | GreenThreadEvent | ||
| process | property |
public var process:IRunnable| GreenThreadEvent | () | Constructor |
public function GreenThreadEvent(type:String, process:IRunnable, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
process:IRunnable | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| PROCESS_COMPLETE | Constant |
public static const PROCESS_COMPLETE:String = processComplete| PROCESS_TIMEOUT | Constant |
public static const PROCESS_TIMEOUT:String = processTimeout