Interface AnimationListener
- All Superinterfaces:
EventListener
This listener provides call-backs for when an
Animation is played or the play back was finished.-
Method Summary
-
Method Details
-
played
Called when the specified animation has started playing.- Parameters:
animation- The animation that is now played.
-
finished
Called when the specified animation has finished playing.- Parameters:
animation- The animation that has just finished playing.
-