@FunctionalInterface public interface DataFxRunnable extends java.lang.Runnable, TaskWithStateHandler
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.| ?????? | ????? |
|---|---|
default void |
run() |
void |
runTask(TaskStateHandler handler) |
getStateHandler, injectStateHandler, setCancelable, updateTaskMessage, updateTaskProgress, updateTaskProgress, updateTaskTitledefault void run()
run ???? java.lang.Runnablevoid runTask(TaskStateHandler handler)