Package cz.masci.springfx.mvci.util
Class ConcurrentUtils
java.lang.Object
cz.masci.springfx.mvci.util.ConcurrentUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrunInFXThread(Runnable guiStuff) Runs the given GUI-related code in the JavaFX Application Thread.
-
Constructor Details
-
ConcurrentUtils
public ConcurrentUtils()
-
-
Method Details
-
runInFXThread
Runs the given GUI-related code in the JavaFX Application Thread.- Parameters:
guiStuff- the runnable representing the GUI-related code to be executed
-