/[classpath]/classpath/javax/swing/event/AncestorListener.java
ViewVC logotype

Diff of /classpath/javax/swing/event/AncestorListener.java

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

revision 1.3 by aselkirk, Thu Apr 25 04:25:46 2002 UTC revision 1.4 by mkoch, Sun Oct 12 16:48:33 2003 UTC
# Line 51  public interface AncestorListener extend Line 51  public interface AncestorListener extend
51           * Ancestor Added           * Ancestor Added
52           * @param event Ancestor Event           * @param event Ancestor Event
53           */           */
54          public void ancestorAdded(AncestorEvent event);          void ancestorAdded(AncestorEvent event);
55    
56          /**          /**
57           * Ancestor Removed           * Ancestor Removed
58           * @param event Ancestor Event           * @param event Ancestor Event
59           */           */
60          public void ancestorRemoved(AncestorEvent event);          void ancestorRemoved(AncestorEvent event);
61    
62          /**          /**
63           * Ancestor Moved           * Ancestor Moved
64           * @param event Ancestor Event           * @param event Ancestor Event
65           */           */
66          public void ancestorMoved(AncestorEvent event);          void ancestorMoved(AncestorEvent event);
67    
68    
69  } // AncestorListener  } // AncestorListener

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