public final class AnimationCompleteEvent extends AbstractEvent<AnimationCompleteEventHandler>
GwtEvent.Type<H>| Modifier and Type | Field and Description |
|---|---|
static GwtEvent.Type<AnimationCompleteEventHandler> |
TYPE
Event type
|
| Constructor and Description |
|---|
AnimationCompleteEvent(NativeEvent nativeEvent,
AnimationItem item)
Creates the event with the animation info from chart.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AnimationCompleteEventHandler handler) |
GwtEvent.Type<AnimationCompleteEventHandler> |
getAssociatedType() |
AnimationItem |
getItem()
Returns item with animation info from chart
|
getChart, getNativeEventassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic static final GwtEvent.Type<AnimationCompleteEventHandler> TYPE
public AnimationCompleteEvent(NativeEvent nativeEvent, AnimationItem item)
nativeEvent - native event of this custom eventitem - item with animation info from chartpublic AnimationItem getItem()
public GwtEvent.Type<AnimationCompleteEventHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AnimationCompleteEventHandler>protected void dispatch(AnimationCompleteEventHandler handler)
dispatch in class GwtEvent<AnimationCompleteEventHandler>