API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. ContainerAdapter View Source
Author(s)
Amy Fowler
Since
1.1
Version
1.14 04/13/06
Serial
Hierarchy
 Object
      ContainerAdapter
Implements
 ContainerListener
Subclasses
Description
publicabstract abstract class ContainerAdapter
  An abstract adapter class for receiving container events.
Constructors
public ContainerAdapter ()
Methods
Hide/Show inherited methods
public void componentAdded (ContainerEvent e) [Specified in ContainerListener]
Invoked when a component has been added to the container.
public void componentRemoved (ContainerEvent e) [Specified in ContainerListener]
Invoked when a component has been removed from the container.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar