public final class AnimationCompleteEvent extends AbstractEvent
| Constructor and Description |
|---|
AnimationCompleteEvent(BaseNativeEvent nativeEvent,
AnimationItem item)
Creates the event with the animation info from chart.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EventHandler handler)
Implemented by subclasses to dispatch event on the handler.
|
AnimationItem |
getItem()
Returns item with animation info from chart
|
getChart, getNativeEvent, getTypepublic static final EventType TYPE
public AnimationCompleteEvent(BaseNativeEvent nativeEvent, AnimationItem item)
nativeEvent - native event of this custom eventitem - item with animation info from chartprotected void dispatch(EventHandler handler)
Eventpublic final AnimationItem getItem()