Interface PrintOperationResult


public interface PrintOperationResult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The print settings should be stored.
    static final int
    The print operation has been canceled,
    the print settings should not be stored.
    static final int
    An error has occurred.
    static final int
    The print operation is not complete
    yet.
  • Field Details

    • ERROR

      static final int ERROR
      An error has occurred.
      See Also:
    • APPLY

      static final int APPLY
      The print settings should be stored.
      See Also:
    • CANCEL

      static final int CANCEL
      The print operation has been canceled,
      the print settings should not be stored.
      See Also:
    • IN_PROGRESS

      static final int IN_PROGRESS
      The print operation is not complete
      yet. This value will only be returned when running asynchronously.
      See Also: