| Package | ardisia.components.clocks.events |
| Class | public class ClockEvent |
| Inheritance | ClockEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
ClockEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | ClockEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CLOCK_START : String = clockStart [static] | ClockEvent | ||
| CLOCK_STOP : String = clockStop [static] | ClockEvent | ||
| ClockEvent | () | Constructor |
public function ClockEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| CLOCK_START | Constant |
public static const CLOCK_START:String = clockStart| CLOCK_STOP | Constant |
public static const CLOCK_STOP:String = clockStop