Module java.desktop

Interface PrintJobListener

All Known Implementing Classes:
PrintJobAdapter

public interface 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.