AnimationEvent

Kind of class: public class
Package:
Inherits from:
  • Event
Classpath: org.asaplibrary.ui.animation.AnimationEvent
File last modified: Friday, 13 May 2011, 22:20:34
Event class for sending animation related events. Subscribe to type _EVENT.

Summary

Class properties
Instance properties
  • subtype : String
    • Subtype of event.
Instance methods
  • clone () : Event
    • Creates a copy of an existing AnimationEvent.

Class properties

ANIMATION_DONE

static ANIMATION_DONE:String = "animationDone"(read,write)

Subtype of event sent when general animation is done.

IN_ANIMATION_DONE

static IN_ANIMATION_DONE:String = "inAnimationDone"(read,write)

Subtype of event sent when in animation is done.

IN_ANIMATION_STARTED

static IN_ANIMATION_STARTED:String = "inAnimationStarted"(read,write)

Subtype of event sent when in animation is started.

OUT_ANIMATION_DONE

static OUT_ANIMATION_DONE:String = "outAnimationDone"(read,write)

Subtype of event sent when out animation is done.

OUT_ANIMATION_STARTED

static OUT_ANIMATION_STARTED:String = "outAnimationStarted"(read,write)

Subtype of event sent when out animation is done.

_EVENT

static _EVENT:String = "onAnimationEvent"(read,write)

Generic event type.

Instance properties

subtype

subtype:String(read,write)

Subtype of event.

Instance methods

clone

override function clone() : Event

Creates a copy of an existing AnimationEvent.

Overrides
  • Event.clone