Interface AnimationEndEventHandler

All Superinterfaces:
BrowserEventHandler

public interface AnimationEndEventHandler extends BrowserEventHandler
Animation end event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Animation end event handler
  • Method Details

    • onAnimationEnd

      void onAnimationEnd(AnimationEvent event)

      Animation end event handler

      The event handler will be called, when a set animation has ended on the component.

      Parameters:
      event - The event object
      See Also: