Packages
 In this topic

*Methods

 

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

 


Class UIContainerAdapter

public abstract class UIContainerAdapter implements 
            IUIContainerListener
{
  // Methods
  public void componentAdded(UIContainerEvent e);
  public void componentRemoved(UIContainerEvent e);
}

This interface is the listener interface for receiving container events. Container events are provided for notification purposes only.

Methods

componentAdded

public void componentAdded(UIContainerEvent e);

Invoked when a component has been added to the container.

Return Value:

No return value.

ParameterDescription
e The COMPONENT_ADDED event that was posted.

componentRemoved

public void componentRemoved(UIContainerEvent e);

Invoked when a component has been removed from the container.

Return Value:

No return value.

ParameterDescription
e The COMPONENT_REMOVED event that was posted.

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