Uses of Interface
javax.print.event.PrintServiceAttributeListener
Packages that use PrintServiceAttributeListener
Package
Description
Provides the principal classes and interfaces for the Java Print
Service API.
-
Uses of PrintServiceAttributeListener in javax.print
Methods in javax.print with parameters of type PrintServiceAttributeListenerModifier and TypeMethodDescriptionvoid
PrintService.addPrintServiceAttributeListener(PrintServiceAttributeListener listener)
Registers a listener for events on thisPrintService
.void
PrintService.removePrintServiceAttributeListener(PrintServiceAttributeListener listener)
Removes the print-service listener from this print service.