Class PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed.
Class PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed.
(->print-job-attribute-event source attributes)
Constructor.
Constructs a PrintJobAttributeEvent object.
source - the print job generating this event - javax.print.DocPrintJob
attributes - the attribute changes being reported - javax.print.attribute.PrintJobAttributeSet
throws: java.lang.IllegalArgumentException - if source is null.
Constructor. Constructs a PrintJobAttributeEvent object. source - the print job generating this event - `javax.print.DocPrintJob` attributes - the attribute changes being reported - `javax.print.attribute.PrintJobAttributeSet` throws: java.lang.IllegalArgumentException - if source is null.
(get-attributes this)
Determine the printing attributes that changed and their new values.
returns: Attributes containing the new values for the print job
attributes that changed. The returned set may not be modifiable. - javax.print.attribute.PrintJobAttributeSet
Determine the printing attributes that changed and their new values. returns: Attributes containing the new values for the print job attributes that changed. The returned set may not be modifiable. - `javax.print.attribute.PrintJobAttributeSet`
(get-print-job this)
Determine the Print Job to which this print job event pertains.
returns: Print Job object. - javax.print.DocPrintJob
Determine the Print Job to which this print job event pertains. returns: Print Job object. - `javax.print.DocPrintJob`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close