| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<?> |
schedule(Runnable action,
javafx.util.Duration delay)
Schedule a single action to run after delay.
|
ScheduledFuture<?> schedule(Runnable action, javafx.util.Duration delay)
action - the actiondelay - delayCopyright © 2016. All rights reserved.