java.awt.event
Class ContainerAdapter
java.lang.Object
|
+--java.awt.event.ContainerAdapter
All Implemented Interfaces:
ContainerListener
This class implements ContainerListener
and implements
all methods with empty bodies. This allows a listener interested in
implementing only a subset of the ContainerListener
interface to extend this class and override only the desired methods.
Since:Author:- Aaron M. Renn <arenn@urbanophile.com>
See Also:
ContainerAdapter
public ContainerAdapter()
Do nothing default constructor for subclasses.
componentAdded
public void componentAdded(java.awt.event.ContainerEvent event)
Implements this method from the interface with an empty body.
Parameters:
componentRemoved
public void componentRemoved(java.awt.event.ContainerEvent event)
Implements this method from the interface with an empty body.
Parameters:
ContainerListener
and implements all methods with empty bodies. This allows a listener interested in implementing only a subset of theContainerListener
interface to extend this class and override only the desired methods.