Packages
 In this topic

*Methods

 

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

 


Class UIActionAdapter

public abstract class UIActionAdapter implements 
            IUIActionListener
{
  // Methods
  public void actionPerformed(UIActionEvent e);
}

This class is the adapter class for receiving action events.

Methods

actionPerformed

public void actionPerformed(UIActionEvent e);

Invoked when an action occurs.

Return Value:

No return value.

ParameterDescription
e The ACTION_PERFORMED event that was posted.

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