Uses of Interface
javax.print.event.PrintJobAttributeListener
Packages that use PrintJobAttributeListener
Package
Description
Provides the principal classes and interfaces for the Java Print
 Service API.
- 
Uses of PrintJobAttributeListener in javax.printMethods in javax.print with parameters of type PrintJobAttributeListenerModifier and TypeMethodDescriptionvoidDocPrintJob.addPrintJobAttributeListener(PrintJobAttributeListener listener, PrintJobAttributeSet attributes) Registers a listener for changes in the specified attributes.voidDocPrintJob.removePrintJobAttributeListener(PrintJobAttributeListener listener) Removes an attribute listener from this print job.