Package net.sf.jasperreports.engine.fill
Class JRSubreportRunnable
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRSubreportRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
AbstractThreadSubreportRunner,JRContinuationSubreportRunner
public abstract class JRSubreportRunnable extends java.lang.Object implements java.lang.RunnableAbstract 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()
-
run
@continuable public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
isRunning
protected boolean isRunning()
-
-