- All Superinterfaces:
- java.lang.Runnable, 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 DataFxRunnable
extends java.lang.Runnable, TaskWithStateHandler
A
Runnable that can be used with DataFX to provide some additional
features. Once this Runnable is given to a
ObservableExecutor a
TaskStateHandler will be injected to the Runnable. This
stateHandler can be used to provide some feedback of the current state of the
Runnable.