java.awt.event
Interface HierarchyBoundsListener
java.lang.Object
|
+--java.util.EventListener
|
+--java.awt.event.HierarchyBoundsListener
All Implemented Interfaces:
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:
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: