/[classpath]/classpath/java/awt/event/HierarchyBoundsAdapter.java
ViewVC logotype

Diff of /classpath/java/awt/event/HierarchyBoundsAdapter.java

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

revision 1.3 by ericb, Sat Mar 30 12:02:30 2002 UTC revision 1.4 by mkoch, Tue Nov 16 09:59:11 2004 UTC
# Line 63  public abstract class HierarchyBoundsAda Line 63  public abstract class HierarchyBoundsAda
63     *     *
64     * @param event the event, ignored in this implementation     * @param event the event, ignored in this implementation
65     */     */
66    public void ancestorMoved(HierarchyEvent e)    public void ancestorMoved(HierarchyEvent event)
67    {    {
68    }    }
69    
# Line 72  public abstract class HierarchyBoundsAda Line 72  public abstract class HierarchyBoundsAda
72     *     *
73     * @param event the event, ignored in this implementation     * @param event the event, ignored in this implementation
74     */     */
75    public void ancestorResized(HierarchyEvent e)    public void ancestorResized(HierarchyEvent event)
76    {    {
77    }    }
78  } // class HierarchyBoundsAdapter  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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