|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.util.EventObject javax.print.event.PrintEvent javax.print.event.PrintJobEvent
public class PrintJobEvent
类 PrintJobEvent
封装打印作业报告的常见事件,以便让侦听器知道 DocPrintJob
处理的进度。
字段摘要 | |
---|---|
static int |
DATA_TRANSFER_COMPLETE
不必打印该作业,但数据已经成功地从客户端传输到了打印服务。 |
static int |
JOB_CANCELED
作业已被 PrintService 取消。 |
static int |
JOB_COMPLETE
文档已被完全打印。 |
static int |
JOB_FAILED
打印服务报告无法完成作业。 |
static int |
NO_MORE_EVENTS
并非所有的打印服务都能够提供所需的事件,甚至无法通知作业何时完成。 |
static int |
REQUIRES_ATTENTION
打印服务指示可能发生需要外部干预的瞬态问题,然后打印服务才可以继续进行。 |
从类 java.util.EventObject 继承的字段 |
---|
source |
构造方法摘要 | |
---|---|
PrintJobEvent(DocPrintJob source,
int reason)
构造一个 PrintJobEvent 对象。 |
方法摘要 | |
---|---|
int |
getPrintEventType()
获得此事件的原因。 |
DocPrintJob |
getPrintJob()
确定此打印作业事件适合的 DocPrintJob 。 |
从类 javax.print.event.PrintEvent 继承的方法 |
---|
toString |
从类 java.util.EventObject 继承的方法 |
---|
getSource |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public static final int JOB_CANCELED
PrintService
取消。
public static final int JOB_COMPLETE
public static final int JOB_FAILED
public static final int REQUIRES_ATTENTION
public static final int NO_MORE_EVENTS
public static final int DATA_TRANSFER_COMPLETE
构造方法详细信息 |
---|
public PrintJobEvent(DocPrintJob source, int reason)
PrintJobEvent
对象。
source
- 一个 DocPrintJob
对象reason
- 一个指定原因的 int。
IllegalArgumentException
- 如果 source
为 null
。方法详细信息 |
---|
public int getPrintEventType()
public DocPrintJob getPrintJob()
DocPrintJob
。
DocPrintJob
对象,该对象表示报告了由此 PrintJobEvent
所封装事件的打印作业。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。