public interface IAnimationRunner extends IAnimationScheduler
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
void |
setDelay(long delay)
Sets the delay with TimeUnit.MILLISECONDS
|
void |
setDelay(long delay,
java.util.concurrent.TimeUnit timeUnit)
Sets the delay
|
void |
start()
Starts the animation runner
|
void |
stop()
Stops the animation runner
|
run, run, runvoid start()
void stop()
void setDelay(long delay,
java.util.concurrent.TimeUnit timeUnit)
delay - The delaytimeUnit - The time unitvoid setDelay(long delay)
delay - The delay in milliseconsboolean isRunning()
Siehe auch Jowidgets Nutzerhandbuch