< prev index next >
src/java.desktop/share/classes/javax/print/event/PrintJobAttributeEvent.java
Print this page
*** 43,54 ****
/**
* Constructs a PrintJobAttributeEvent object.
* @param source the print job generating this event
* @param attributes the attribute changes being reported
! * @throws IllegalArgumentException if <code>source</code> is
! * <code>null</code>.
*/
public PrintJobAttributeEvent (DocPrintJob source,
PrintJobAttributeSet attributes) {
super(source);
--- 43,54 ----
/**
* Constructs a PrintJobAttributeEvent object.
* @param source the print job generating this event
* @param attributes the attribute changes being reported
! * @throws IllegalArgumentException if {@code source} is
! * {@code null}.
*/
public PrintJobAttributeEvent (DocPrintJob source,
PrintJobAttributeSet attributes) {
super(source);
< prev index next >