Uses of Interface
javax.print.event.PrintJobAttributeListener
-
Packages that use PrintJobAttributeListener 软件包 描述 javax.print 提供Java™打印服务API的主要类和接口。 -
-
Uses of PrintJobAttributeListener in javax.print
Methods in javax.print with parameters of type PrintJobAttributeListener 变量和类型 方法 描述 void
DocPrintJob. addPrintJobAttributeListener(PrintJobAttributeListener listener, PrintJobAttributeSet attributes)
注册侦听器以更改指定的属性。void
DocPrintJob. removePrintJobAttributeListener(PrintJobAttributeListener listener)
从此打印作业中删除属性侦听器。
-