Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.event

Class ContainerAdapter

java.lang.Object
|
+--java.awt.event.ContainerAdapter

All Implemented Interfaces:

ContainerListener


public abstract class ContainerAdapter

extends Object

implements 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:See Also:

Constructor Summary

ContainerAdapter()

Do nothing default constructor for subclasses.

Method Summary

voidcomponentAdded(java.awt.event.ContainerEvent event)

Implements this method from the interface with an empty body.
voidcomponentRemoved(java.awt.event.ContainerEvent event)

Implements this method from the interface with an empty body.

Constructor Details

ContainerAdapter

public ContainerAdapter()

Do nothing default constructor for subclasses.


Method Details

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: