JavaTM 2 Platform
Standard Ed. 6

javax.print.event
類別 PrintServiceAttributeEvent

java.lang.Object
  繼承者 java.util.EventObject
      繼承者 javax.print.event.PrintEvent
          繼承者 javax.print.event.PrintServiceAttributeEvent
所有已實作的介面:
Serializable

public class PrintServiceAttributeEvent
extends PrintEvent

類別 PrintServiceAttributeEvent 封裝 Print Service 實例報告的事件,以便讓客戶端知道列印服務狀態的更改。

另請參見:
序列化表格

欄位摘要
 
從類別 java.util.EventObject 繼承的欄位
source
 
建構子摘要
PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes)
          建構一個 PrintServiceAttributeEvent 物件。
 
方法摘要
 PrintServiceAttributeSet getAttributes()
          確定已經更改的列印服務屬性及其新值。
 PrintService getPrintService()
          返回列印服務。
 
從類別 javax.print.event.PrintEvent 繼承的方法
toString
 
從類別 java.util.EventObject 繼承的方法
getSource
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

PrintServiceAttributeEvent

public PrintServiceAttributeEvent(PrintService source,
                                  PrintServiceAttributeSet attributes)
建構一個 PrintServiceAttributeEvent 物件。

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

getPrintService

public PrintService getPrintService()
返回列印服務。

返回:
Print Service 物件。

getAttributes

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

返回:
屬性,包含已經更改的服務屬性的新值。返回的集合是不可修改的。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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