public class AnimationCompleteEvent extends com.google.gwt.event.shared.GwtEvent<AnimationCompleteHandler>
Chart
animation has been finishedModifier | Constructor and Description |
---|---|
protected |
AnimationCompleteEvent(Object sender) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(AnimationCompleteHandler handler) |
static void |
fire(HasAnimationCompleteHandlers source,
Object sender) |
com.google.gwt.event.shared.GwtEvent.Type<AnimationCompleteHandler> |
getAssociatedType() |
Object |
getSender() |
static com.google.gwt.event.shared.GwtEvent.Type<AnimationCompleteHandler> |
getType() |
assertLive, getSource, isLive, kill, revive
protected AnimationCompleteEvent(Object sender)
public Object getSender()
public com.google.gwt.event.shared.GwtEvent.Type<AnimationCompleteHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<AnimationCompleteHandler>
public static com.google.gwt.event.shared.GwtEvent.Type<AnimationCompleteHandler> getType()
protected void dispatch(AnimationCompleteHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<AnimationCompleteHandler>
public static void fire(HasAnimationCompleteHandlers source, Object sender)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.