public interface AsynchronousFilllListener
The listener is notified when the filling process finishes in success, failure or by cancellation.
Modifier and Type | Method and Description |
---|---|
void |
reportCancelled()
Called when the report is cancelled.
|
void |
reportFillError(Throwable t)
Called when the filling process exits in error.
|
void |
reportFinished(JasperPrint jasperPrint)
Called when the report filling is done.
|
void reportFinished(JasperPrint jasperPrint)
jasperPrint
- the filled reportvoid reportCancelled()
void reportFillError(Throwable t)
t
- the exceptionCopyright © 2017. All rights reserved.