Class PrintEvent is the super class of all Print Service API events.
Class PrintEvent is the super class of all Print Service API events.
(->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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close