Interface PrintJob<PrintSettingT extends PrintSettings>

Type Parameters:
PrintSettingT - specifies the type of print settings that can be applied to this job
All Superinterfaces:
Observable<PrintJobEvent>

public interface PrintJob<PrintSettingT extends PrintSettings> extends Observable<PrintJobEvent>
A printing operation that is currently in-progress.
Since:
7.13
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the configurable settings of this print job.

    Methods inherited from interface com.teamdev.jxbrowser.event.Observable

    on
  • Method Details

    • settings

      PrintSettingT settings()
      Returns the configurable settings of this print job.
      Throws:
      ObjectClosedException - if the current printing operation has been completed