Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.ui.event   Previous This
Package
Next

 


Class UIWindowAdapter

public abstract class UIWindowAdapter implements 
            IUIWindowListener
{
  // Methods
  public void windowActivated(UIWindowEvent e);
  public void windowClosed(UIWindowEvent e);
  public void windowClosing(UIWindowEvent e);
  public void windowDeactivated(UIWindowEvent e);
  public void windowDeiconified(UIWindowEvent e);
  public void windowIconified(UIWindowEvent e);
  public void windowOpened(UIWindowEvent e);
}

This class is the listener adapter for receiving UIComponent events. Component events are provided for notification purposes only.

Methods

windowActivated

public void windowActivated(UIWindowEvent e);

Invoked when a window is activated.

Return Value:

No return value.

ParameterDescription
e A window event containing the WINDOW_ACTIVATED identifier.

windowClosed

public void windowClosed(UIWindowEvent e);

Invoked when a window has been closed.

Return Value:

No return value.

ParameterDescription
e A window event containing the WINDOW_CLOSED identifier.

windowClosing

public void windowClosing(UIWindowEvent e);

Invoked when a window is in the process of being closed. The close operation can be overridden at this point.

Return Value:

No return value.

ParameterDescription
e A window event containing the WINDOW_CLOSING identifier.

windowDeactivated

public void windowDeactivated(UIWindowEvent e);

Invoked when a window is de-activated.

Return Value:

No return value.

ParameterDescription
e A window event containing the WINDOW_DEACTIVATED identifier.

windowDeiconified

public void windowDeiconified(UIWindowEvent e);

Invoked when a window is de-iconified.

Return Value:

No return value.

ParameterDescription
e A window event containing the WINDOW_DEICONIFIED identifier.

windowIconified

public void windowIconified(UIWindowEvent e);

Invoked when a window is iconified.

Return Value:

No return value.

ParameterDescription
e A window event containing the WINDOW_ICONIFIED identifier.

windowOpened

public void windowOpened(UIWindowEvent e);

Invoked when a window has been opened.

Return Value:

No return value.

ParameterDescription
e A window event containing the WINDOW_OPENED identifier.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.