Packages
 In this topic

*Methods

 

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

 


Interface IUIContainerListener

public interface IUIContainerListener extends IUIBaseEventListener
{
  // Methods
  public void componentAdded(UIContainerEvent e);
  public void componentRemoved(UIContainerEvent e);
}

This listener interface receives container events. Container events are provided for notification purposes only.

EventListener
  |
  +--IUIBaseEventListener
    |
    +--IUIContainerListener

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.