Java javafx.concurrent Worker fields, constructors, methods, implement or subclass

Example usage for Java javafx.concurrent Worker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.concurrent Worker.

The text is from its open source code.

Method

booleancancel()
Terminates execution of this Worker.
StategetState()
Specifies the current state of this Worker.
VgetValue()
Specifies the value, or result, of this Worker.
ReadOnlyObjectPropertystateProperty()
Gets the ReadOnlyObjectProperty representing the current state.