R
- result type of the calculationpublic interface LongTask<R>
Modifier and Type | Method and Description |
---|---|
void |
done(R result)
Once done the done method is called with the
result.
|
R |
process()
Do the heavy calculation in this method.
|
R process() throws Exception
Exception
void done(R result)
result
- result of the processingCopyright © 2018. All rights reserved.