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.
|
Modifier and Type | Field and Description |
---|---|
protected List<AsynchronousFilllListener> |
BaseFillHandle.listeners |
Modifier and Type | Method and Description |
---|---|
void |
FillHandle.addListener(AsynchronousFilllListener listener)
Adds a listener to the filling process.
|
void |
BaseFillHandle.addListener(AsynchronousFilllListener listener) |
boolean |
FillHandle.removeListener(AsynchronousFilllListener listener)
Removes a listener from the filling process.
|
boolean |
BaseFillHandle.removeListener(AsynchronousFilllListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncJasperPrintAccessor
Generated report accessor used for asynchronous report executions that publishes pages
before the entire report has been generated.
|
Copyright © 2016. All rights reserved.