Interface AnimationStartEventHandler

All Superinterfaces:
BrowserEventHandler

public interface AnimationStartEventHandler extends BrowserEventHandler
Animation start event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

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

    • onAnimationStart

      void onAnimationStart(AnimationEvent event)

      Animation start event handler

      The event handler will be called when the specified animation has started.

      Parameters:
      event - The event object
      See Also: