package aeon.events { import aeon.Animation; import flash.events.Event; public class graphic_flex_image_effects_07_source_aeon_events_AnimationEvent extends Event { public static const START:String = "tweenEnd"; public static const END:String = "tweenStart"; public static const CHANGE:String = "tweenChange"; public function graphic_flex_image_effects_07_source_aeon_events_AnimationEvent(pType:String) { super(pType); } override public function clone():Event { return new graphic_flex_image_effects_07_source_aeon_events_AnimationEvent(type); } } }