Uses of Interface
net.sf.jasperreports.engine.fill.AsynchronousFilllListener
-
Packages that use AsynchronousFilllListener Package Description 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 Contains web servlets implementations. -
-
Uses of AsynchronousFilllListener in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill with type parameters of type AsynchronousFilllListener Modifier and Type Field Description protected List<AsynchronousFilllListener>BaseFillHandle. listenersMethods in net.sf.jasperreports.engine.fill with parameters of type AsynchronousFilllListener Modifier and Type Method Description voidBaseFillHandle. addListener(AsynchronousFilllListener listener)voidFillHandle. addListener(AsynchronousFilllListener listener)Adds a listener to the filling process.booleanBaseFillHandle. removeListener(AsynchronousFilllListener listener)booleanFillHandle. 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 Modifier and Type Class Description classAsyncJasperPrintAccessorGenerated report accessor used for asynchronous report executions that publishes pages before the entire report has been generated.
-