模块  java.desktop
软件包  javax.print.event

Class PrintJobAttributeEvent

  • 实现的所有接口
    Serializable

    public class PrintJobAttributeEvent
    extends PrintEvent
    PrintJobAttributeEvent封装事件的 PrintService报告,让客户知道,对一个或多个打印属性 PrintJob已经改变。
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • PrintJobAttributeEvent

        public PrintJobAttributeEvent​(DocPrintJob source,
                                      PrintJobAttributeSet attributes)
        构造一个 PrintJobAttributeEvent对象。
        参数
        source - 生成此事件的打印作业
        attributes - 报告的属性更改
        异常
        IllegalArgumentException - 如果 sourcenull
    • 方法详细信息

      • getPrintJob

        public DocPrintJob getPrintJob()
        确定此打印作业事件所属的 PrintJob
        结果
        PrintJob对象
      • getAttributes

        public PrintJobAttributeSet getAttributes()
        确定更改的打印属性及其新值。
        结果
        包含已更改的打印作业属性的新值的属性。 返回的集可能无法修改。