net.sf.jasperreports.engine.fill
Class JRSubreportRunnable
java.lang.Object
net.sf.jasperreports.engine.fill.JRSubreportRunnable
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- JRContinuationSubreportRunner, JRThreadSubreportRunner
public abstract class JRSubreportRunnable
- extends Object
- implements Runnable
Abstract base for Runnable-based
JRSubreportRunner
implementations.
- Version:
- $Id: JRSubreportRunnable.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRSubreportRunnable
protected JRSubreportRunnable(JRFillSubreport fillSubreport)
runResult
protected JRSubreportRunResult runResult()
run
public void run()
- Specified by:
run in interface Runnable
isRunning
protected boolean isRunning()
Copyright © 2012. All Rights Reserved.