- Type Parameters:
V - the result type of method call
- All Superinterfaces:
- java.util.concurrent.Callable<V>, TaskWithStateHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface DataFxCallable<V>
extends java.util.concurrent.Callable<V>, TaskWithStateHandler
A
Callable that can be used with DataFX to provide some additional
features. Once this callable is given to a
ObservableExecutor a
TaskStateHandler will be injected to the callable. This
stateHandler can be used to provide some feedback of the current state of the
callable.