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.
 

Method Detail

windowClosing

void windowClosing(UIWindowEvent pWindowEvent)
Invoked when the user attempts to close the window from the window's system menu.

Parameters:
pWindowEvent - the window event.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.