net.sf.jasperreports.engine.fill
Interface AsynchronousFilllListener


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.

Version:
$Id: AsynchronousFilllListener.java,v 1.2 2005/08/04 14:08:24 lucianc Exp $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

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

reportFinished

public void reportFinished(JasperPrint jasperPrint)
Called when the report filling is done.

Parameters:
jasperPrint - the filled report

reportCancelled

public void reportCancelled()
Called when the report is cancelled.


reportFillError

public void reportFillError(java.lang.Throwable t)
Called when the filling process exits in error.

Parameters:
t - the exception


© 2001-2005 JasperSoft Corporation www.jaspersoft.com