Liking cljdoc? Tell your friends :D
Clojure only.

javax.print.event.PrintServiceAttributeListener

Implementations of this listener interface are attached to a PrintService to monitor the status of the print service.

To monitor a particular job see PrintJobListener and PrintJobAttributeListener.

Implementations of this listener interface are attached to a
PrintService to monitor
the status of the print service.

To monitor a particular job see PrintJobListener and
PrintJobAttributeListener.
raw docstring

attribute-updateclj

(attribute-update this psae)

Called to notify a listener of an event in the print service. The service will call this method on an event notification thread. The client should not perform lengthy processing in this callback or subsequent event notifications may be blocked.

psae - the event being notified - javax.print.event.PrintServiceAttributeEvent

Called to notify a listener of an event in the print service.
 The service will call this method on an event notification thread.
 The client should not perform lengthy processing in this callback
 or subsequent event notifications may be blocked.

psae - the event being notified - `javax.print.event.PrintServiceAttributeEvent`
raw docstring

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

× close