- action
- The Runnable that will be executed.
- delayMillis
- The delay (in milliseconds) until the Runnable will be executed.
Causes the Runnable to execute on the next animation time step, after the specified amount of time elapses. The runnable will be run on the user interface thread.