org.simoes.lpd.handler
Interface HandlerInterface

All Known Implementing Classes:
FileHandler, PrinterHandler

public interface HandlerInterface

Defines the interface for any class looking to process printJobs that are in the PrintQueue. The QueueMonitor passes work to this Interface.

Author:
Chris Simoes

Method Summary
 boolean process(PrintJob printJob)
          Processes the PrintJob in some manner.
 

Method Detail

process

public boolean process(PrintJob printJob)
Processes the PrintJob in some manner.

Parameters:
printJob - the PrintJob to process
Returns:
the result of the processing