Interface PrintCompleted

All Superinterfaces:
Event, PrintJobEvent

public interface PrintCompleted extends PrintJobEvent
An event indicating that the printing has been completed.
Since:
7.13
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns true if the printing has been completed successfully.
  • Method Details

    • isSuccess

      default boolean isSuccess()
      Returns true if the printing has been completed successfully.