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

Diff of /classpath/javax/print/event/PrintEvent.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  /* PrintEvent.java --  /* PrintEvent.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 41  import java.util.EventObject; Line 41  import java.util.EventObject;
41    
42    
43  /**  /**
44     * Superclass of all events in the Java Print Service API.
45     *
46   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
47   */   */
48  public class PrintEvent extends EventObject  public class PrintEvent extends EventObject
# Line 58  public class PrintEvent extends EventObj Line 60  public class PrintEvent extends EventObj
60    /**    /**
61     * Returns a string representation of this object.     * Returns a string representation of this object.
62     *     *
63     * @return the string representation     * @return The string representation
64     */     */
65    public String toString()    public String toString()
66    {    {

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