Liking cljdoc? Tell your friends :D

javax.print.event.PrintJobAttributeEvent

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.
raw docstring

->print-job-attribute-eventclj

(->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.
raw docstring

get-attributesclj

(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`
raw docstring

get-print-jobclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close