|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.print.event
接口 PrintJobAttributeListener
-
public interface PrintJobAttributeListener
此接口的实现连接到 DocPrintJob
,以监视与此打印作业关联的属性状态的更改。
方法摘要 | |
---|---|
void |
attributeUpdate(PrintJobAttributeEvent pjae) 通知侦听器某些打印作业属性已更改。 |
方法详细信息 |
---|
attributeUpdate
void attributeUpdate(PrintJobAttributeEvent pjae)
-
通知侦听器某些打印作业属性已更改。触发此事件的一个示例是:
JobState
属性从PROCESSING
更改为PROCESSING_STOPPED
。 -
- 参数:
-
pjae
- 事件。
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |