-
public interface PrintJobAttributeListener
此接口的实现附加到DocPrintJob
以监视与打印作业相关联的属性更改的状态。
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 void
attributeUpdate(PrintJobAttributeEvent pjae)
通知侦听器某些打印作业属性的更改。
-
-
-
方法详细信息
-
attributeUpdate
void attributeUpdate(PrintJobAttributeEvent pjae)
通知侦听器某些打印作业属性的更改。 触发此事件的一个例子是JobState
属性从PROCESSING
更改为PROCESSING_STOPPED
。- 参数
-
pjae
- 事件。
-
-