| |
|
| java.lang.Object java.lang.Thread org.acm.seguin.print.text.PrintingThread
PrintingThread | public class PrintingThread extends Thread (Code) | | Places the print operations in a separate thread
author: Chris Seguin |
Method Summary | |
public static void | main(String[] args) | public void | run() |
PrintingThread | public PrintingThread(String filename, String init, LinePrinter printer)(Code) | | Constructor for the PrintingThread object
Parameters: filename - Description of Parameter Parameters: init - Description of Parameter Parameters: printer - Description of Parameter |
main | public static void main(String[] args)(Code) | | The main program for the PrintingThread class
Parameters: args - The command line arguments |
run | public void run()(Code) | | This is where the work actually gets done
|
|
|
|