Class WaitForAsyncUtils.ASyncFXCallable<X>

java.lang.Object
java.util.concurrent.FutureTask<X>
org.testfx.util.WaitForAsyncUtils.ASyncFXCallable<X>
Type Parameters:
X - the return type of the callable
All Implemented Interfaces:
Runnable, Callable<X>, Future<X>, RunnableFuture<X>
Enclosing class:
WaitForAsyncUtils

private static class WaitForAsyncUtils.ASyncFXCallable<X> extends FutureTask<X> implements Callable<X>
Internally used Callable that handles all the async stuff. All external Callables/Runnables must be wrapped in this class.

Note: This is a single call object. Do not use twice!