Packages
 In this topic

*Methods

 

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

 


Class UIFocusAdapter

public abstract class UIFocusAdapter implements 
            IUIFocusListener
{
  // Methods
  public void focusGained(UIFocusEvent e);
  public void focusLost(UIFocusEvent e);
}

This class is the listener adapter for receiving focus events on an IUIComponent.

Methods

focusGained

public void focusGained(UIFocusEvent e);

Invoked when a IUIComponent gains the keyboard focus.

Return Value:

No return value.

ParameterDescription
e The FOCUS_GAINED event that was posted.

focusLost

public void focusLost(UIFocusEvent e);

Invoked when a IUIComponent loses the keyboard focus.

Return Value:

No return value.

ParameterDescription
e The FOCUS_LOST event that was posted.

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