Package org.simoes.lpd.handler

Interface Summary
HandlerInterface Defines the interface for any class looking to process printJobs that are in the PrintQueue.
 

Class Summary
FileHandler Handles PrintJobs by writing them to File.
HandlerFactory Creates the concrete implementation of the Handler we will use to process PrintJobs based on the properties file.
PDFPrintHandler Handles PDF PrintJobs by using AcroRd32 from Adobe to write the PDF's to a printer.
QueueMonitor Watches the PrintQueue and removes jobs as they appear there.