Interface AnimationListener

    • Method Detail

      • animationStarted

        void animationStarted​(AnimationEvent evt)
        Invoked if the observed animation has been started. The event contains the time when the start happened.
        Parameters:
        evt - the related AnimationEvent
      • animationStopped

        void animationStopped​(AnimationEvent evt)
        Invoked if the observed animation has been stopped. The event contains the time when the stop happended.
        Parameters:
        evt - the related AnimationEvent