Packageardisia.components.timeline.events
Classpublic class TimelineEvent
InheritanceTimelineEvent Inheritance flash.events.Event

Custom event for the Timeline class.



Public Methods
 MethodDefined By
  
TimelineEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
TimelineEvent
Public Constants
 ConstantDefined By
  CHANGE : String = change
[static]
TimelineEvent
Constructor Detail
TimelineEvent()Constructor
public function TimelineEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CHANGEConstant
public static const CHANGE:String = change