Packageardisia.components.clocks.events
Classpublic class ClockEvent
InheritanceClockEvent Inheritance flash.events.Event

Custom event for the ClockDigital and ClockAnalog classes.



Public Methods
 MethodDefined By
  
ClockEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ClockEvent
Public Constants
 ConstantDefined By
  CLOCK_START : String = clockStart
[static]
ClockEvent
  CLOCK_STOP : String = clockStop
[static]
ClockEvent
Constructor Detail
ClockEvent()Constructor
public function ClockEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CLOCK_STARTConstant
public static const CLOCK_START:String = clockStart

CLOCK_STOPConstant 
public static const CLOCK_STOP:String = clockStop