Uses of Interface
org.jhotdraw8.fxbase.concurrent.RunnableWithException
Packages that use RunnableWithException
-
Uses of RunnableWithException in org.jhotdraw8.fxbase.concurrent
Methods in org.jhotdraw8.fxbase.concurrent with parameters of type RunnableWithExceptionModifier and TypeMethodDescriptionstatic voidPlatformUtil.invokeAndWait(long timeout, RunnableWithException r) Executes a runnable on the JavaFX Application thread and waits until it completes.static voidPlatformUtil.invokeAndWait(RunnableWithException r) Executes a runnable on the JavaFX Application thread and waits 1 minute until it completes.