API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print. DocPrintJob View Source
Author(s)
Since
Version
Serial
Hierarchy
 DocPrintJob
Subinterfaces
Description
public interface DocPrintJob
  This interface represents a print job that can print a specified document with a set of job attributes.
See also:   
Methods
Hide/Show inherited methods
public void addPrintJobAttributeListener (PrintJobAttributeListener listener, PrintJobAttributeSet attributes)
  Registers a listener for changes in the specified attributes.
public void addPrintJobListener (PrintJobListener listener)
  Registers a listener for event occurring during this print job.
public PrintJobAttributeSet getAttributes ()
  Obtains this Print Job's set of printing attributes.
public PrintService getPrintService ()
  Determines the PrintService object to which this print job object is bound.
public void print (Doc doc, PrintRequestAttributeSet attributes) throws PrintException
  Prints a document with the specified job attributes.
public void removePrintJobAttributeListener (PrintJobAttributeListener listener)
  Removes an attribute listener from this print job.
public void removePrintJobListener (PrintJobListener listener)
  Removes a listener from this print job.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar