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