class SpineListener
package ceramic
implements AnimationStateListener
import ceramic.Spine
Available with spine plugin
Constructor
Methods
dynamiconInterrupt(entry:TrackEntry):Void
Invoked when another entry has replaced this entry as the current entry. This entry may continue being applied for
* * mixing.
dynamiconEnd(entry:TrackEntry):Void
Invoked when this entry is no longer the current entry and will never be applied again.
dynamiconDispose(entry:TrackEntry):Void
Invoked when this entry will be disposed. This may occur without the entry ever being set as the current entry.
* * References to the entry should not be kept after <code>dispose</code> is called, as it may be destroyed or reused.
dynamiconEvent(entry:TrackEntry, event:Event):Void
Invoked when this entry's animation triggers an event.