Liking cljdoc? Tell your friends :D

javax.print.event.PrintServiceAttributeEvent

Class PrintServiceAttributeEvent encapsulates an event a Print Service instance reports to let the client know of changes in the print service state.

Class PrintServiceAttributeEvent encapsulates an event a
Print Service instance reports to let the client know of
changes in the print service state.
raw docstring

->print-service-attribute-eventclj

(->print-service-attribute-event source attributes)

Constructor.

Constructs a PrintServiceAttributeEvent object.

source - the print job generating this event - javax.print.PrintService attributes - the attribute changes being reported - javax.print.attribute.PrintServiceAttributeSet

throws: java.lang.IllegalArgumentException - if source is null.

Constructor.

Constructs a PrintServiceAttributeEvent object.

source - the print job generating this event - `javax.print.PrintService`
attributes - the attribute changes being reported - `javax.print.attribute.PrintServiceAttributeSet`

throws: java.lang.IllegalArgumentException - if source is null.
raw docstring

get-attributesclj

(get-attributes this)

Determine the printing service attributes that changed and their new values.

returns: Attributes containing the new values for the service attributes that changed. The returned set may be unmodifiable. - javax.print.attribute.PrintServiceAttributeSet

Determine the printing service attributes that changed and their new
 values.

returns: Attributes containing the new values for the service
 attributes that changed. The returned set may be unmodifiable. - `javax.print.attribute.PrintServiceAttributeSet`
raw docstring

get-print-serviceclj

(get-print-service this)

Returns the print service.

returns: Print Service object. - javax.print.PrintService

Returns the print service.

returns: Print Service object. - `javax.print.PrintService`
raw docstring

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

× close