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

Diff of /classpath/javax/print/event/PrintServiceAttributeEvent.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  /* PrintServiceAttributeEvent.java --  /* PrintServiceAttributeEvent.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.PrintServic Line 42  import javax.print.attribute.PrintServic
42    
43    
44  /**  /**
45     * <code>PrintServiceAttributeEvent</code>s are generated by a
46     * <code>PrintService</code> to inform registered listeners that
47     * its associated attributes have changed.
48     *
49   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
50   */   */
51  public class PrintServiceAttributeEvent extends PrintEvent  public class PrintServiceAttributeEvent extends PrintEvent
# Line 64  public class PrintServiceAttributeEvent Line 68  public class PrintServiceAttributeEvent
68    /**    /**
69     * Returns the print service that generated this event.     * Returns the print service that generated this event.
70     *     *
71     * @return the print service     * @return The print service.
72     */     */
73    public PrintService getPrintService()    public PrintService getPrintService()
74    {    {
# Line 74  public class PrintServiceAttributeEvent Line 78  public class PrintServiceAttributeEvent
78    /**    /**
79     * Returns the changed attributes this event reports.     * Returns the changed attributes this event reports.
80     *     *
81     * @return the changed attributes     * @return The changed attributes.
82     */     */
83    public PrintServiceAttributeSet getAttributes()    public PrintServiceAttributeSet getAttributes()
84    {    {

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