Class AnimationListenerAdapter



  • public abstract class AnimationListenerAdapter
    extends java.lang.Object
    This adapter class provides empty implementations of the methods from Animation.AnimationListener. Any custom listener that cares only about a subset of the methods of this listener can simply subclass this adapter class instead of implementing the interface directly.
    • Constructor Detail

      • AnimationListenerAdapter

        public AnimationListenerAdapter()
    • Method Detail

      • onAnimationStart

        public void onAnimationStart(Animation animation)
      • onAnimationEnd

        public void onAnimationEnd(Animation animation)
      • onAnimationRepeat

        public void onAnimationRepeat(Animation animation)