public interface LocalTimer
| Modifier and Type | Method and Description |
|---|---|
void |
capture()
Captures current time.
|
boolean |
elapsed(javafx.util.Duration duration)
Returns true if difference between captured time
and now is greater or equal to given duration.
|
Copyright © 2017. All rights reserved.