JavaScript is disabled on your browser.
Uberfire Widgets Commons 2.20.0.Final-redhat-00002
java.lang.Object
com.google.gwt.animation.client.Animation
org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
Direct Known Subclasses:
LinearFadeInAnimation , LinearFadeOutAnimation , Pause
public abstract class SequencedAnimation
extends com.google.gwt.animation.client.Animation
An animation that can be sequenced to run in a list of animations. In reality
we only GWT's Animation's protected methods to be public so we can chain the
completion of one Animation to another.
Method Summary
Methods inherited from class com.google.gwt.animation.client.Animation
cancel, isRunning, run, run, run, run
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Detail
onCancel
public void onCancel()
Overrides:
onCancel
in class com.google.gwt.animation.client.Animation
onStart
public void onStart()
Overrides:
onStart
in class com.google.gwt.animation.client.Animation
onComplete
public void onComplete()
Overrides:
onComplete
in class com.google.gwt.animation.client.Animation
Uberfire Widgets Commons 2.20.0.Final-redhat-00002
Copyright © 2012–2019 JBoss by Red Hat . All rights reserved.