The listener interface for receiving internal frame events. This class is functionally equivalent to the WindowListener class in the AWT.

See How to Write an Internal Frame Listener in The Java Tutorial and The Java Class Libraries (update) for further documentation.

@version
1.12 12/19/03
@author
Thomas Ball
Invoked when an internal frame is activated.
Invoked when an internal frame has been closed.
Invoked when an internal frame is in the process of being closed. The close operation can be overridden at this point.
Invoked when an internal frame is de-activated.
Invoked when an internal frame is de-iconified.
Invoked when an internal frame is iconified.
Invoked when a internal frame has been opened.