/[classpath]/classpath/javax/print/event/PrintJobAttributeEvent.java
ViewVC logotype

Diff of /classpath/javax/print/event/PrintJobAttributeEvent.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 1  Line 1 
1  /* PrintJobAttributeEvent.java --  /* PrintJobAttributeEvent.java --
2     Copyright (C) 2004  Free Software Foundation, Inc.     Copyright (C) 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 42  import javax.print.attribute.PrintJobAtt Line 42  import javax.print.attribute.PrintJobAtt
42    
43    
44  /**  /**
45     * <code>PrintJobAttributeEvent</code>s are generated by a
46     * <code>PrintService</code> to inform registered listeners that attributes
47     * associated with a {@link javax.print.DocPrintJob} instance have changed.
48     *
49   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
50   */   */
51  public class PrintJobAttributeEvent extends PrintEvent  public class PrintJobAttributeEvent extends PrintEvent
# Line 66  public class PrintJobAttributeEvent exte Line 70  public class PrintJobAttributeEvent exte
70    /**    /**
71     * Returns the print job generating this event.     * Returns the print job generating this event.
72     *     *
73     * @return the print job     * @return The print job.
74     */     */
75    public DocPrintJob getPrintJob()    public DocPrintJob getPrintJob()
76    {    {
# Line 76  public class PrintJobAttributeEvent exte Line 80  public class PrintJobAttributeEvent exte
80    /**    /**
81     * Returns the attributes that changed and their new values.     * Returns the attributes that changed and their new values.
82     *     *
83     * @return the changes attributes     * @return The changed attributes.
84     */     */
85    public PrintJobAttributeSet getAttributes()    public PrintJobAttributeSet getAttributes()
86    {    {

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26