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