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 变量和类型 方法 描述 void
PrintService. addPrintServiceAttributeListener(PrintServiceAttributeListener listener)
为PrintService
上的活动注册听众。void
PrintService. removePrintServiceAttributeListener(PrintServiceAttributeListener listener)
从此打印服务中删除打印服务侦听器。
-