fds.micro.ui.events
Interface ContainerListener


public interface ContainerListener

This class defines the interface for container event listeners.

Author:
Frédéric DE STEUR

Method Summary
 void componentAdded(ContainerEvent evt)
          Called when an component is added to the container.
 void componentRemoved(ContainerEvent evt)
          Called when an component is removed from the conatiner.
 

Method Detail

componentAdded

public void componentAdded(ContainerEvent evt)
Called when an component is added to the container.

Parameters:
evt - The container event.

componentRemoved

public void componentRemoved(ContainerEvent evt)
Called when an component is removed from the conatiner.

Parameters:
evt - The container event.