PrintJobListener

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.

Methods

printDataTransferCompleted

void printDataTransferCompleted(PrintJobEvent pje)

Called to notify the client that data has been successfully transferred to the print service, and the client may free local resources