API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.event. PrintJobAdapter View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      PrintJobAdapter
Implements
 PrintJobListener
Subclasses
Description
publicabstract abstract class PrintJobAdapter
  An abstract adapter class for receiving print job events.
See also:   
Constructors
public PrintJobAdapter ()
Methods
Hide/Show inherited methods
public void printDataTransferCompleted (PrintJobEvent pje) [Specified in PrintJobListener]
  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) [Specified in PrintJobListener]
  Called to notify the client that the job was canceled by user or program.
public void printJobCompleted (PrintJobEvent pje) [Specified in PrintJobListener]
  Called to notify the client that the job completed successfully.
public void printJobFailed (PrintJobEvent pje) [Specified in PrintJobListener]
  Called to notify the client that the job failed to complete successfully and will have to be resubmitted.
public void printJobNoMoreEvents (PrintJobEvent pje) [Specified in PrintJobListener]
  Called to notify the client that no more events will be delivered.
public void printJobRequiresAttention (PrintJobEvent pje) [Specified in PrintJobListener]
  Called to notify the client that some possibly user rectifiable problem occurs (eg printer out of paper).
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar