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 實例報告的事件,以便讓客戶端知道列印服務狀態的更改。
- 另請參見:
- 序列化表格
PrintServiceAttributeEvent
public PrintServiceAttributeEvent(PrintService source,
PrintServiceAttributeSet attributes)
- 建構一個 PrintServiceAttributeEvent 物件。
- 參數:
source
- 產生此事件的列印作業attributes
- 要報告的屬性更改
- 拋出:
IllegalArgumentException
- 如果 source
為 null
。
getPrintService
public PrintService getPrintService()
- 返回列印服務。
- 返回:
- Print Service 物件。
getAttributes
public PrintServiceAttributeSet getAttributes()
- 確定已經更改的列印服務屬性及其新值。
- 返回:
- 屬性,包含已經更改的服務屬性的新值。返回的集合是不可修改的。
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。