javax.rad.ui.event.type.window
Interface IWindowActivatedListener

All Known Subinterfaces:
IWindowListener

public interface IWindowActivatedListener

Platform and technology independent window activated listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .

See Also:
WindowListener

Method Summary
 void windowActivated(UIWindowEvent pWindowEvent)
          Invoked when the Window is set to be the active Window.
 

Method Detail

windowActivated

void windowActivated(UIWindowEvent pWindowEvent)
Invoked when the Window is set to be 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.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.