I have a presentation class storing an XYChart.Series object and updating it by observing the model. The Series updating is done by using Platform.runLater(...)
I wa
You could use a CountDownLatch which you create before the runLater and count down at the end of the Runnable