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.print
Methods in javax.print with parameters of type PrintJobAttributeListenerModifier 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.