Uses of Interface
javax.print.event.PrintJobAttributeListener
Package
Description
Provides the principal classes and interfaces for the Java Print
Service API.
-
Uses of PrintJobAttributeListener in javax.print
Modifier and TypeMethodDescriptionvoid
DocPrintJob.addPrintJobAttributeListener
(PrintJobAttributeListener listener, PrintJobAttributeSet attributes) Registers a listener for changes in the specified attributes.void
DocPrintJob.removePrintJobAttributeListener
(PrintJobAttributeListener listener) Removes an attribute listener from this print job.