net.sf.lpr
Interface LPR

All Known Implementing Classes:
AbstractPrint, AbstractQueueDepth, LPRAsBerkeleyUnixPlot, LPRDitroff, LPRDVI, LPRFORTRAN, LPRLeavingControlCharacters, LPRPlainText, LPRPostscript, LPRQueueDepthLong, LPRQueueDepthShort

public interface LPR

All classes that implement this interface are part of the high level API that most users would want use. The classes that implement this interface are part of a full cycle single session with the LPD server.

Author:
x_sid

Method Summary
 void print()
          All implementors of this class will do the actual writing to the LPD server with a call to this method.
 

Method Detail

print

void print()
All implementors of this class will do the actual writing to the LPD server with a call to this method. Once this method returns a single communication session with the server will be finished.