javax.swing.event
abstract public class: InternalFrameAdapter [javadoc |
source]
java.lang.Object
javax.swing.event.InternalFrameAdapter
All Implemented Interfaces:
InternalFrameListener
An abstract adapter class for receiving internal frame events.
The methods in this class are empty. This class exists as
convenience for creating listener objects, and is functionally
equivalent to the WindowAdapter class in the AWT.
See How to Write an Internal Frame Listener
in The Java Tutorial and
The Java Class Libraries (update)
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |