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

Interface HierarchyBoundsListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--java.awt.event.HierarchyBoundsListener

All Implemented Interfaces:

EventListener


public interface HierarchyBoundsListener

implements EventListener

This listens for changes in an ancestors size or location. Normally it is not necessary to process these events since the AWT handles them internally, taking all appropriate actions. To watch a subset of these events, use a HierarchyBoundsAdapter.

Since:Author:See Also:

Method Summary

voidancestorMoved(java.awt.event.HierarchyEvent e)

Called when an ancestor component of the source is moved.
voidancestorResized(java.awt.event.HierarchyEvent e)

Called when an ancestor component is resized.

Method Details

ancestorMoved

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

Called when an ancestor component of the source is moved.

Parameters:


ancestorResized

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

Called when an ancestor component is resized.

Parameters: