javax.rad.ui.event.type.window
Interface IWindowClosingListener
- All Known Subinterfaces:
- IWindowListener
public interface IWindowClosingListener
Platform and technology independent window closing listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
WindowListener
|
Method Summary |
void |
windowClosing(UIWindowEvent pWindowEvent)
Invoked when the user attempts to close the window
from the window's system menu. |
windowClosing
void windowClosing(UIWindowEvent pWindowEvent)
throws Throwable
- Invoked when the user attempts to close the window
from the window's system menu.
- Parameters:
pWindowEvent - the window event.
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.