Class AnimationAdapter

  • All Implemented Interfaces:
    AnimationListener, java.util.EventListener
    Direct Known Subclasses:
    AnimationUtils.StopListener

    public class AnimationAdapter
    extends java.lang.Object
    implements AnimationListener
    An adapter that implements the AnimationListener interface. Consists only of methods with empty bodies that do nothing. This class minimizes the effort required to write animation listeners.

    If you want to listen to animation events, you either subclass this class, or implement the AnimationListener interface.

    Version:
    $Revision: 1.8 $
    • Constructor Detail

      • AnimationAdapter

        public AnimationAdapter()