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

Print this page

        

*** 50,60 **** * An unspecified behavior will be caused if the {@code id} parameter * of any particular {@code ActionEvent} instance is not * in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}. * * @see ActionListener ! * @see <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/actionlistener.html">Tutorial: How to Write an Action Listener</a> * * @author Carl Quinn * @since 1.1 */ public class ActionEvent extends AWTEvent { --- 50,60 ---- * An unspecified behavior will be caused if the {@code id} parameter * of any particular {@code ActionEvent} instance is not * in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}. * * @see ActionListener ! * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/actionlistener.html">Tutorial: How to Write an Action Listener</a> * * @author Carl Quinn * @since 1.1 */ public class ActionEvent extends AWTEvent {