Interface PrinterOperationsInterface
-
- All Known Implementing Classes:
PrinterOperations
public interface PrinterOperationsInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
print(Doc doc, String jobName)
Prints the document.
-
-
-
Method Detail
-
print
void print(Doc doc, String jobName) throws PrintException
Prints the document.- Parameters:
doc
- document to print- Throws:
PrintException
- is thrown if printing failed
-
-