软件包 | 描述 |
---|---|
javax.print |
提供了主要的类和接口的java
TM打印服务API。
|
javax.print.event |
包javax.print.event包含事件类和监听器接口。
|
Modifier and Type | Method and Description |
---|---|
void |
DocPrintJob.addPrintJobListener(PrintJobListener listener)
在一个打印作业期间注册一个事件的侦听器。
|
void |
DocPrintJob.removePrintJobListener(PrintJobListener listener)
从这个打印作业中移除一个侦听器。
|
Modifier and Type | Class and Description |
---|---|
class |
PrintJobAdapter
用于接收打印作业事件的抽象适配器类。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.