Interface AnimationEndEventHandler
- All Superinterfaces:
BrowserEventHandler
Animation end event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAnimationEnd
(AnimationEvent event) Animation end event handler
-
Method Details
-
onAnimationEnd
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:
-