JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.github.itech_framework.java_fx.utils.concurrent
Interface BackgroundTaskService.ProgressTask<T>
All Superinterfaces:
Callable
<T>
Enclosing class:
BackgroundTaskService
public static interface
BackgroundTaskService.ProgressTask<T>
extends
Callable
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onError
(
Exception
e)
void
onProgress
(double progress)
void
onSuccess
(
T
result)
Methods inherited from interface java.util.concurrent.
Callable
call
Method Details
onSuccess
void
onSuccess
(
T
result)
onError
void
onError
(
Exception
e)
onProgress
void
onProgress
(double progress)