src/share/classes/java/awt/event/ActionListener.java

Print this page

        

*** 35,45 **** * <code>addActionListener</code> method. When the action event * occurs, that object's <code>actionPerformed</code> method is * invoked. * * @see ActionEvent - * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/eventmodel.html">Tutorial: Java 1.1 Event Model</a> * * @author Carl Quinn * @since 1.1 */ public interface ActionListener extends EventListener { --- 35,44 ----