Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.concurrent |
Provides the set of classes for javafx.task.
|
Constructor and Description |
---|
Task(Task.TaskCallable<V> callableAdapter)
This bit of construction trickery is necessary because otherwise there is
no way for the main constructor to both create the callable and maintain
a reference to it, which is necessary because an anonymous callable construction
cannot reference the implicit "this".
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to