Methods Summary |
---|
public void | printDataTransferCompleted(javax.print.event.PrintJobEvent pje)Called to notify the client that data has been successfully
transferred to the print service, and the client may free
local resources allocated for that data. The client should
not assume that the data has been completely printed after
receiving this event.
|
public void | printJobCanceled(javax.print.event.PrintJobEvent pje)Called to notify the client that the job was canceled
by user or program.
|
public void | printJobCompleted(javax.print.event.PrintJobEvent pje)Called to notify the client that the job completed successfully.
|
public void | printJobFailed(javax.print.event.PrintJobEvent pje)Called to notify the client that the job failed to complete
successfully and will have to be resubmitted.
|
public void | printJobNoMoreEvents(javax.print.event.PrintJobEvent pje)Called to notify the client that no more events will be delivered.
One cause of this event being generated is if the job
has successfully completed, but the printing system
is limited in capability and cannot verify this.
This event is required to be delivered if none of the other
terminal events (completed/failed/canceled) are delivered.
|
public void | printJobRequiresAttention(javax.print.event.PrintJobEvent pje)Called to notify the client that some possibly user rectifiable
problem occurs (eg printer out of paper).
|