public final class AnimationProgressEvent extends AbstractEvent<AnimationProgressEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AnimationProgressEventHandler> |
TYPE
Event type
|
Constructor and Description |
---|
AnimationProgressEvent(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(AnimationProgressEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<AnimationProgressEventHandler> |
getAssociatedType() |
AnimationItem |
getItem()
Returns item with animation info from chart
|
getChart, getNativeEvent
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<AnimationProgressEventHandler> TYPE
public AnimationProgressEvent(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<AnimationProgressEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<AnimationProgressEventHandler>
protected void dispatch(AnimationProgressEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<AnimationProgressEventHandler>