Esempio n. 1
0
 /**
  * Handles the componentRemoved container event by invoking the componentRemoved methods on
  * listener-a and listener-b.
  *
  * @param e the component event
  */
 public void componentRemoved(ContainerEvent e) {
   ((ContainerListener) a).componentRemoved(e);
   ((ContainerListener) b).componentRemoved(e);
 }