- ????:
V - the result type of method call
- ??????:
- java.util.concurrent.Callable<V>, TaskWithStateHandler
- ????:
- ????????, ????? lambda ??????????????
@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.