java.awt.event
Interface HierarchyBoundsListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster, HierarchyBoundsAdapter

public interface HierarchyBoundsListener
extends EventListener

Unsafe:


Method Summary
 void ancestorMoved(HierarchyEvent e)
          Suppressed: Called when an ancestor of the source is moved.
 void ancestorResized(HierarchyEvent e)
          Suppressed: Called when an ancestor of the source is resized.
 

Method Detail

ancestorMoved

public void ancestorMoved(HierarchyEvent e)
Suppressed: Called when an ancestor of the source is moved.


ancestorResized

public void ancestorResized(HierarchyEvent e)
Suppressed: Called when an ancestor of the source is resized.



comments?