JavaTM 2 Platform
Standard Ed. 6

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 的一個或多個列印屬性已更改。

另請參見:
序列化表格

欄位摘要
 
從類別 java.util.EventObject 繼承的欄位
source
 
建構子摘要
PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes)
          建構一個 PrintJobAttributeEvent 物件。
 
方法摘要
 PrintJobAttributeSet getAttributes()
          確定已經更改的列印屬性及其新值。
 DocPrintJob getPrintJob()
          確定此列印作業事件適合的 Print Job。
 
從類別 javax.print.event.PrintEvent 繼承的方法
toString
 
從類別 java.util.EventObject 繼承的方法
getSource
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

PrintJobAttributeEvent

public PrintJobAttributeEvent(DocPrintJob source,
                              PrintJobAttributeSet attributes)
建構一個 PrintJobAttributeEvent 物件。

參數:
source - 產生此事件的列印作業
attributes - 要報告的屬性更改
拋出:
IllegalArgumentException - 如果 sourcenull
方法詳細資訊

getPrintJob

public DocPrintJob getPrintJob()
確定此列印作業事件適合的 Print Job。

返回:
Print Job 物件。

getAttributes

public PrintJobAttributeSet getAttributes()
確定已經更改的列印屬性及其新值。

返回:
屬性,包含已經更改的列印作業屬性的新值。返回的集合是不可修改的。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only