API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.event. PrintJobAttributeEvent View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EventObject
          PrintEvent
              PrintJobAttributeEvent
Implements
Subclasses
Description
public class PrintJobAttributeEvent
Class PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed.
See also:   
Constructors
public PrintJobAttributeEvent (DocPrintJob source, PrintJobAttributeSet attributes)
  Constructs a PrintJobAttributeEvent object.
Methods
Hide/Show inherited methods
public PrintJobAttributeSet getAttributes ()
  Determine the printing attributes that changed and their new values.
public DocPrintJob getPrintJob ()
  Determine the Print Job to which this print job event pertains.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From PrintEvent]
 
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar