javax.rad.ui.event.type.window
Interface IWindowClosedListener
- All Known Subinterfaces:
- IWindowListener
public interface IWindowClosedListener
Platform and technology independent window closed listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
WindowListener
|
Method Summary |
void |
windowClosed(UIWindowEvent pWindowEvent)
Invoked when a window has been closed as the result
of calling dispose on the window. |
windowClosed
void windowClosed(UIWindowEvent pWindowEvent)
- Invoked when a window has been closed as the result
of calling dispose on the window.
- Parameters:
pWindowEvent - the window event.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.