Interface AnimationStartEventHandler
- All Superinterfaces:
BrowserEventHandler
Animation start event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAnimationStart
(AnimationEvent event) Animation start event handler
-
Method Details
-
onAnimationStart
Animation start event handler
The event handler will be called when the specified animation has started.
- Parameters:
event
- The event object- See Also:
-