Uses of Interface
net.sf.jasperreports.engine.fill.AsynchronousFilllListener

Packages that use AsynchronousFilllListener
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.web.servlets   
 

Uses of AsynchronousFilllListener in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill with type parameters of type AsynchronousFilllListener
protected  java.util.List<AsynchronousFilllListener> BaseFillHandle.listeners
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type AsynchronousFilllListener
 void BaseFillHandle.addListener(AsynchronousFilllListener listener)
           
 void FillHandle.addListener(AsynchronousFilllListener listener)
          Adds a listener to the filling process.
 boolean BaseFillHandle.removeListener(AsynchronousFilllListener listener)
           
 boolean FillHandle.removeListener(AsynchronousFilllListener listener)
          Removes a listener from the filling process.
 

Uses of AsynchronousFilllListener in net.sf.jasperreports.web.servlets
 

Classes in net.sf.jasperreports.web.servlets that implement AsynchronousFilllListener
 class AsyncJasperPrintAccessor
          Generated report accessor used for asynchronous report executions that publishes pages before the entire report has been generated.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com