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.
PrinterHandler Handles PrintJobs by writing them to the default Printer.
QueueMonitor Watches the PrintQueue and removes jobs as they appear there.