|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JavafxCompiler.CompilationTask
Interface representing a future for a compilation task. The compilation task has not yet started. To start the task, call the call method.
Method Summary | |
---|---|
java.lang.Boolean |
call()
Performs this compilation task. |
Method Detail |
---|
java.lang.Boolean call()
call
in interface java.util.concurrent.Callable<java.lang.Boolean>
java.lang.RuntimeException
- if an unrecoverable error occurred
in a user-supplied component. The
cause will be the error
in user code.
java.lang.IllegalStateException
- if called more than once
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |