Class PrintTask
java.lang.Object
org.jfree.report.modules.gui.swing.printing.PrintTask
- All Implemented Interfaces:
Runnable
Creation-Date: Dec 3, 2006, 3:23:22 PM
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread.
-
Constructor Details
-
PrintTask
-
-
Method Details
-
run
public void run()When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread. The general contract of the methodrun
is that it may take any action whatsoever.
-