javax.rad.ui.event.type.window
Interface IWindowIconifiedListener
- All Known Subinterfaces:
- IWindowListener
public interface IWindowIconifiedListener
Platform and technology independent window iconified listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
WindowListener
windowIconified
void windowIconified(UIWindowEvent pWindowEvent)
- Invoked when a window is changed from a normal to a
minimized state. For many platforms, a minimized window
is displayed as the icon specified in the window's
iconImage property.
- Parameters:
pWindowEvent - the window event.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.