Interface PrintJob.PrintAction

  • Enclosing class:
    PrintJob

    protected static interface PrintJob.PrintAction
    Interface encapsulating the code to run with the open output stream.
    • Method Detail

      • run

        Processor.ExecutionContext run​(java.io.OutputStream outputStream)
                                throws java.lang.Exception
        Execute the action.
        Parameters:
        outputStream - the output stream to write the report to.
        Throws:
        java.lang.Exception