The interface to implement for receiving TrackEntry events. It is always safe to call AnimationState methods when receiving
events.
Methods
dispose(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 dispose is called, as it may be destroyed or reused.
end(entry:TrackEntry):Void
Invoked when this entry is no longer the current entry and will never be applied again.
interrupt(entry:TrackEntry):Void
Invoked when another entry has replaced this entry as the current entry. This entry may continue being applied for mixing.