public class PrintJobAttributeEvent extends PrintEvent
source| Constructor and Description |
|---|
PrintJobAttributeEvent(DocPrintJob
Constructs a PrintJobAttributeEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
PrintJobAttributeSet |
getAttributes()
Determine the printing attributes that changed and their new values.
|
DocPrintJob |
getPrintJob()
Determine the Print Job to which this print job event pertains.
|
toStringgetSourcepublic PrintJobAttributeEvent(DocPrintJobsource, PrintJobAttributeSet attributes)
source - the print job generating this event
attributes - the attribute changes being reported
IllegalArgumentException - if
source is
null.
public DocPrintJobgetPrintJob()
public PrintJobAttributeSetgetAttributes()