javax.rad.ui.event.type.window
Interface IWindowDeactivatedListener
- All Known Subinterfaces:
- IWindowListener
public interface IWindowDeactivatedListener
Platform and technology independent window deactivated listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
WindowListener
windowDeactivated
void windowDeactivated(UIWindowEvent pWindowEvent)
throws Throwable
- Invoked when a Window is no longer the active Window. Only a Frame or a
Dialog can be the active Window. The native windowing system may denote
the active Window or its children with special decorations, such as a
highlighted title bar. The active Window is always either the focused
Window, or the first Frame or Dialog that is an owner of the focused
Window.
- Parameters:
pWindowEvent - the window event.
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.