Package net.sf.jasperreports.engine.fill
Class JRSubreportRunnable
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRSubreportRunnable
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
AbstractThreadSubreportRunner
,JRContinuationSubreportRunner
public abstract class JRSubreportRunnable extends Object implements Runnable
Abstract base forRunnable
-basedJRSubreportRunner
implementations.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JRSubreportRunnable(JRFillSubreport fillSubreport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isRunning()
void
run()
protected JRSubreportRunResult
runResult()
-
-
-
Constructor Detail
-
JRSubreportRunnable
protected JRSubreportRunnable(JRFillSubreport fillSubreport)
-
-
Method Detail
-
runResult
protected JRSubreportRunResult runResult()
-
isRunning
protected boolean isRunning()
-
-