Liking cljdoc? Tell your friends :D

javax.print.event.PrintEvent

Class PrintEvent is the super class of all Print Service API events.

Class PrintEvent is the super class of all Print Service API events.
raw docstring

->print-eventclj

(->print-event source)

Constructor.

Constructs a PrintEvent object.

source - is the source of the event - java.lang.Object

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

Constructor.

Constructs a PrintEvent object.

source - is the source of the event - `java.lang.Object`

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

to-stringclj

(to-string this)

Description copied from class: EventObject

returns: a message describing the event - java.lang.String

Description copied from class: EventObject

returns: a message describing the event - `java.lang.String`
raw docstring

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

× close