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.
 

Method Detail

windowClosed

void windowClosed(UIWindowEvent pWindowEvent)
                  throws Throwable
Invoked when a window has been closed as the result of calling dispose on the window.

Parameters:
pWindowEvent - the window event.
Throws:
Throwable - if there is an error.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.