javax.rad.ui.event.type.window
Interface IWindowDeiconifiedListener
- All Known Subinterfaces:
- IWindowListener
public interface IWindowDeiconifiedListener
Platform and technology independent window deiconified listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
WindowListener
windowDeiconified
void windowDeiconified(UIWindowEvent pWindowEvent)
throws Throwable
- Invoked when a window is changed from a minimized
to a normal state.
- Parameters:
pWindowEvent - the window event.
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.