|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsynchronousFilllListener
Listener interface for the asynchronous filling method.
The listener is notified when the filling process finishes in success, failure or by cancellation.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void reportFinished(JasperPrint jasperPrint)
jasperPrint - the filled reportvoid reportCancelled()
void reportFillError(java.lang.Throwable t)
t - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||