Example usage for Java javafx.concurrent Worker fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | cancel() Terminates execution of this Worker. |
State | getState() Specifies the current state of this Worker. |
V | getValue() Specifies the value, or result, of this Worker. |
ReadOnlyObjectProperty | stateProperty() Gets the ReadOnlyObjectProperty representing the current state. |