javax.rad.ui.event.type.window
Interface IWindowOpenedListener
- All Known Subinterfaces:
- IWindowListener
public interface IWindowOpenedListener
Platform and technology independent window opened listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
WindowListener
windowOpened
void windowOpened(UIWindowEvent pWindowEvent)
throws Throwable
- Invoked the first time a window is made visible.
- Parameters:
pWindowEvent - the window event.
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.