Uses of Interface
org.simoes.lpd.handler.HandlerInterface

Packages that use HandlerInterface
org.simoes.lpd.handler   
 

Uses of HandlerInterface in org.simoes.lpd.handler
 

Classes in org.simoes.lpd.handler that implement HandlerInterface
 class FileHandler
          Handles PrintJobs by writing them to File.
 class PrinterHandler
          Handles PrintJobs by writing them to the default Printer.
 

Methods in org.simoes.lpd.handler that return HandlerInterface
 HandlerInterface HandlerFactory.getPrintHandler()
          Returns the concrete implementation of the HandlerInterface based on the settings in the properties file.