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

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

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

revision 1.5 by ericb, Sat Mar 30 12:02:29 2002 UTC revision 1.6 by mkoch, Tue Nov 16 09:59:11 2004 UTC
# Line 43  import java.util.EventListener; Line 43  import java.util.EventListener;
43  /**  /**
44   * This interface is for classes that listen for action events.   * This interface is for classes that listen for action events.
45   *   *
46   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
47   * @see ActionEvent   * @see ActionEvent
48   * @since 1.1   * @since 1.1
49   * @status updated to 1.4   * @status updated to 1.4
# Line 55  public interface ActionListener extends Line 55  public interface ActionListener extends
55     *     *
56     * @param event the <code>ActionEvent</code> that occurred     * @param event the <code>ActionEvent</code> that occurred
57     */     */
58    void actionPerformed(ActionEvent e);    void actionPerformed(ActionEvent event);
59  } // interface ActionListener  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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