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-basedJRSubreportRunnerimplementations.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJRSubreportRunnable(JRFillSubreport fillSubreport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisRunning()voidrun()protected JRSubreportRunResultrunResult()
-
-
-
Constructor Detail
-
JRSubreportRunnable
protected JRSubreportRunnable(JRFillSubreport fillSubreport)
-
-
Method Detail
-
runResult
protected JRSubreportRunResult runResult()
-
isRunning
protected boolean isRunning()
-
-