1 /* Copyright (C) 2000 Free Software Foundation
3 This file is part of libjava.
5 This software is copyrighted work licensed under the terms of the
6 Libjava License. Please consult the file "LIBJAVA_LICENSE" for
9 package java
.awt
.event
;
12 * @author Tom Tromey <tromey@cygnus.com>
16 /* Status: Believed complete and correct to JDK 1.2. */
18 public interface ContainerListener
extends java
.util
.EventListener
20 public void componentAdded (ContainerEvent e
);
21 public void componentRemoved (ContainerEvent e
);