API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.event. PrintJobListener View Source
Author(s)
Since
Version
Serial
Hierarchy
 PrintJobListener
Subinterfaces
Description
public interface PrintJobListener
  Implementations of this listener interface should be attached to a DocPrintJob to monitor the status of the printer job.
See also:   
Methods
Hide/Show inherited methods
public 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 allocated for that data.
public void printJobCanceled (PrintJobEvent pje)
  Called to notify the client that the job was canceled by a user or a program.
public void printJobCompleted (PrintJobEvent pje)
  Called to notify the client that the job completed successfully.
public void printJobFailed (PrintJobEvent pje)
  Called to notify the client that the job failed to complete successfully and will have to be resubmitted.
public void printJobNoMoreEvents (PrintJobEvent pje)
  Called to notify the client that no more events will be delivered.
public void printJobRequiresAttention (PrintJobEvent pje)
  Called to notify the client that an error has occurred that the user might be able to fix.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar