- Method in interface java.awt.event.WindowListener public void windowClosed (WindowEvent  e) Invoked when a window has been closed as the result of calling dispose on the window.
- Method in class java.awt.AWTEventMulticaster public void windowClosed (WindowEvent  e) Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.Specified by: windowClosed in interface WindowListenerParameters: e - the window event