jdk/src/share/classes/javax/swing/event/InternalFrameListener.java
changeset 7959 2e05332a8f5c
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
equal deleted inserted replaced
7793:bcc54a3c2825 7959:2e05332a8f5c
    31  * The listener interface for receiving internal frame events.
    31  * The listener interface for receiving internal frame events.
    32  * This class is functionally equivalent to the WindowListener class
    32  * This class is functionally equivalent to the WindowListener class
    33  * in the AWT.
    33  * in the AWT.
    34  * <p>
    34  * <p>
    35  * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
    35  * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
    36  * in <em>The Java Tutorial</em> and
    36  * in <em>The Java Tutorial</em> for further documentation.
    37  * <a href="http://www.awl.com/cp/javaseries/jcl1_2.html">The Java Class Libraries (update)</a>
       
    38  * for further documentation.
       
    39  *
    37  *
    40  * @see java.awt.event.WindowListener
    38  * @see java.awt.event.WindowListener
    41  *
    39  *
    42  * @author Thomas Ball
    40  * @author Thomas Ball
    43  */
    41  */