| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | javax.print.event.PrintEvent | ||
| ↳ | javax.print.event.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.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a PrintJobAttributeEvent object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determine the printing attributes that changed and their new values.
| |||||||||||
Determine the Print Job to which this print job event pertains.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.print.event.PrintEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a PrintJobAttributeEvent object.
| source | the print job generating this event |
|---|---|
| attributes | the attribute changes being reported |
| IllegalArgumentException | if source is
null.
|
|---|
Determine the printing attributes that changed and their new values.
Determine the Print Job to which this print job event pertains.