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

Class HierarchyBoundsAdapter

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

All Implemented Interfaces:

HierarchyBoundsListener


public abstract class HierarchyBoundsAdapter

extends Object

implements HierarchyBoundsListener

This class implements HierarchyBoundsListener and implements all methods with empty bodies. This allows a listener interested in implementing only a subset of the HierarchyBoundsListener interface to extend this class and override only the desired methods.

Since:Author:See Also:

Constructor Summary

HierarchyBoundsAdapter()

Do nothing default constructor for subclasses.

Method Summary

voidancestorMoved(java.awt.event.HierarchyEvent e)

Implements this method from the interface with an empty body.
voidancestorResized(java.awt.event.HierarchyEvent e)

Implements this method from the interface with an empty body.

Constructor Details

HierarchyBoundsAdapter

public HierarchyBoundsAdapter()

Do nothing default constructor for subclasses.


Method Details

ancestorMoved

public void ancestorMoved(java.awt.event.HierarchyEvent e)

Implements this method from the interface with an empty body.

Parameters:


ancestorResized

public void ancestorResized(java.awt.event.HierarchyEvent e)

Implements this method from the interface with an empty body.

Parameters: