net.sf.jasperreports.engine.fill
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(java.lang.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(java.lang.Throwable t)
t
- the exception© 2001-2010 Jaspersoft Corporation www.jaspersoft.com