Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.concurrent |
Provides the set of classes for javafx.task.
|
Modifier and Type | Field and Description |
---|---|
private Task<V> |
Task.TaskCallable.task
The Task that is going to use this TaskCallable
|
private Task<V> |
Service.task
A reference to the last task that was executed.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Task<V> |
Service.createTask()
Invoked after the Service is started on the JavaFX Application Thread.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Service.executeTask(Task<V> task)
Uses the
executor defined on this Service to execute the
given task. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to