Liking cljdoc? Tell your friends :D

javax.print.event.core

No vars found in this namespace.

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

javax.print.event.PrintJobAdapter

An abstract adapter class for receiving print job events. The methods in this class are empty. This class exists as a convenience for creating listener objects. Extend this class to create a PrintJobEvent listener and override the methods for the events of interest. Unlike the ComponentListener interface, this abstract interface provides null methods so that you only need to define the methods you need, rather than all of the methods.

An abstract adapter class for receiving print job events.
The methods in this class are empty.
This class exists as a convenience for creating listener objects.
Extend this class to create a PrintJobEvent listener and override
the methods for the events of interest.  Unlike the
ComponentListener
interface, this abstract interface provides null methods so that you
only need to define the methods you need, rather than all of the methods.
raw docstring

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

javax.print.event.PrintJobAttributeListener

Implementations of this interface are attached to a DocPrintJob to monitor the status of attribute changes associated with the print job.

Implementations of this interface are attached to a
DocPrintJob to monitor
the status of attribute changes associated with the print job.
raw docstring

javax.print.event.PrintJobEvent

Class PrintJobEvent encapsulates common events a print job reports to let a listener know of progress in the processing of the DocPrintJob.

Class PrintJobEvent encapsulates common events a print job
reports to let a listener know of progress in the processing of the
DocPrintJob.
raw docstring

javax.print.event.PrintJobListener

Implementations of this listener interface should be attached to a DocPrintJob to monitor the status of the printer job. These callback methods may be invoked on the thread processing the print job, or a service created notification thread. In either case the client should not perform lengthy processing in these callbacks.

Implementations of this listener interface should be attached to a
DocPrintJob to monitor the status of
the printer job.
These callback methods may be invoked on the thread processing the
print job, or a service created notification thread. In either case
the client should not perform lengthy processing in these callbacks.
raw docstring

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

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

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

× close