API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. HierarchyBoundsListener View Source
Author(s)
David Mendenhall
Since
1.3
Version
1.8, 11/17/05
Serial
Hierarchy
 EventListener
      HierarchyBoundsListener
Subinterfaces
Description
public interface HierarchyBoundsListener
  The listener interface for receiving ancestor moved and resized events.
Methods
Hide/Show inherited methods
public void ancestorMoved (HierarchyEvent e)
Called when an ancestor of the source is moved.
public void ancestorResized (HierarchyEvent e)
Called when an ancestor of the source is resized.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar