Class ConcurrentUtils

java.lang.Object
cz.masci.springfx.mvci.util.ConcurrentUtils

public class ConcurrentUtils extends Object
  • Constructor Details

    • ConcurrentUtils

      public ConcurrentUtils()
  • Method Details

    • runInFXThread

      public static void runInFXThread(Runnable guiStuff)
      Runs the given GUI-related code in the JavaFX Application Thread.
      Parameters:
      guiStuff - the runnable representing the GUI-related code to be executed