public interface IAnimationScheduler
Modifier and Type | Method and Description |
---|---|
void |
run(IAnimationStep animationStep)
Runs an animation step in the next animation time slot in the ui thread.
|
void |
run(java.lang.Runnable animationStep)
Runs an animation step in the next animation time slot in the ui thread.
|
void |
run(java.lang.Runnable animationStep,
ICallback<java.lang.Void> callback)
Runs an animation step in the next animation time slot in the ui thread.
|
void run(java.lang.Runnable animationStep, ICallback<java.lang.Void> callback)
animationStep
- The animation step to run (must not be null). This will be invoked in the ui threadcallback
- A callback that will invoked in the ui thread after the animation step was executed, or null, if no
callback is usedvoid run(java.lang.Runnable animationStep)
animationStep
- The animation step to run (must not be null). This will be invoked in the ui threadvoid run(IAnimationStep animationStep)
animationStep
- The animation step to run (must not be null). This will be invoked in the ui threadSiehe auch Jowidgets Nutzerhandbuch