|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.print.event
接口 PrintServiceAttributeListener
-
public interface PrintServiceAttributeListener
此侦听器接口的实现连接到 PrintService
,以便监视打印服务的状态。
要监视特定的作业,请参阅 PrintJobListener
和 PrintJobAttributeListener
。
方法摘要 | |
---|---|
void |
attributeUpdate(PrintServiceAttributeEvent psae) 调用此方法来通知侦听器关于打印服务中的事件。 |
方法详细信息 |
---|
attributeUpdate
void attributeUpdate(PrintServiceAttributeEvent psae)
- 调用此方法来通知侦听器关于打印服务中的事件。该服务将在事件通知线程上调用此方法。在此回调中客户端不应执行太长时间的处理,否则会阻塞后续的事件通知。
-
- 参数:
-
psae
- 要通知的事件
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |