Uses of Interface
javax.print.event.PrintServiceAttributeListener
-
Packages that use PrintServiceAttributeListener 软件包 描述 javax.print 提供Java®打印服务API的主要类和接口。 -
-
Uses of PrintServiceAttributeListener in javax.print
Methods in javax.print with parameters of type PrintServiceAttributeListener Modifier and Type 方法 描述 void
PrintService. addPrintServiceAttributeListener(PrintServiceAttributeListener listener)
在此PrintService上为事件注册一个侦听器。void
PrintService. removePrintServiceAttributeListener(PrintServiceAttributeListener listener)
从此打印服务中删除打印服务侦听器。
-