javax.print.event
類別 PrintJobAttributeEvent
java.lang.Object
java.util.EventObject
javax.print.event.PrintEvent
javax.print.event.PrintJobAttributeEvent
- 所有已實作的介面:
- Serializable
public class PrintJobAttributeEvent
- extends PrintEvent
類別 PrintJobAttributeEvent 封裝 PrintService 報告的事件,以便讓客戶端知道 PrintJob 的一個或多個列印屬性已更改。
- 另請參見:
- 序列化表格
PrintJobAttributeEvent
public PrintJobAttributeEvent(DocPrintJob source,
PrintJobAttributeSet attributes)
- 建構一個 PrintJobAttributeEvent 物件。
- 參數:
source
- 產生此事件的列印作業attributes
- 要報告的屬性更改
- 拋出:
IllegalArgumentException
- 如果 source
為 null
。
getPrintJob
public DocPrintJob getPrintJob()
- 確定此列印作業事件適合的 Print Job。
- 返回:
- Print Job 物件。
getAttributes
public PrintJobAttributeSet getAttributes()
- 確定已經更改的列印屬性及其新值。
- 返回:
- 屬性,包含已經更改的列印作業屬性的新值。返回的集合是不可修改的。
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。