< prev index next >

src/java.desktop/share/classes/javax/print/event/PrintServiceAttributeEvent.java

Print this page

        

*** 45,56 **** /** * Constructs a PrintServiceAttributeEvent 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 PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes) { super(source); --- 45,56 ---- /** * Constructs a PrintServiceAttributeEvent 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 PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes) { super(source);
< prev index next >