JavaTM 2 Platform
Standard Ed. 6

javax.print.event
介面 PrintServiceAttributeListener


public interface PrintServiceAttributeListener

此偵聽器介面的實作連接到 PrintService,以便監視列印服務的狀態。

要監視特定的作業,請參閱 PrintJobListenerPrintJobAttributeListener


方法摘要
 void attributeUpdate(PrintServiceAttributeEvent psae)
          調用此方法來通知偵聽器關於列印服務中的事件。
 

方法詳細資訊

attributeUpdate

void attributeUpdate(PrintServiceAttributeEvent psae)
調用此方法來通知偵聽器關於列印服務中的事件。該服務將在事件通知執行緒上調用此方法。在此回調中客戶端不應執行太長時間的處理,否則會阻塞後續的事件通知。

參數:
psae - 要通知的事件

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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