|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void reportFinished(JasperPrint jasperPrint)
jasperPrint
- the filled reportpublic void reportCancelled()
public 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 |