Connecting and printing to a printer in Java

Some quick hints:

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.

Leave a Comment