Interface PrintStatus


public interface PrintStatus
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The printing has been completed successfully.
    static final int
    The printing has been aborted.
    static final int
    This status is set while the
    pages are being rendered.
    static final int
    The printing has not started yet; this
    status is set initially, and while the print dialog is shown.
    static final int
    The print job has been sent to the printer,
    but is not printed for some reason, e.g. the printer may be stopped.
    static final int
    Some problem has occurred during
    printing, e.g. a paper jam.
    static final int
    This status is set while the begin-print
    signal is emitted and during pagination.
    static final int
    The printer is processing the print job.
    static final int
    The print job is being sent off to the
    printer.
  • Field Details

    • INITIAL

      static final int INITIAL
      The printing has not started yet; this
      status is set initially, and while the print dialog is shown.
      See Also:
    • PREPARING

      static final int PREPARING
      This status is set while the begin-print
      signal is emitted and during pagination.
      See Also:
    • GENERATING_DATA

      static final int GENERATING_DATA
      This status is set while the
      pages are being rendered.
      See Also:
    • SENDING_DATA

      static final int SENDING_DATA
      The print job is being sent off to the
      printer.
      See Also:
    • PENDING

      static final int PENDING
      The print job has been sent to the printer,
      but is not printed for some reason, e.g. the printer may be stopped.
      See Also:
    • PENDING_ISSUE

      static final int PENDING_ISSUE
      Some problem has occurred during
      printing, e.g. a paper jam.
      See Also:
    • PRINTING

      static final int PRINTING
      The printer is processing the print job.
      See Also:
    • FINISHED

      static final int FINISHED
      The printing has been completed successfully.
      See Also:
    • FINISHED_ABORTED

      static final int FINISHED_ABORTED
      The printing has been aborted.
      See Also: