Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt.event
Interface HierarchyListener  view HierarchyListener download HierarchyListener.java

All Superinterfaces:
java.util.EventListener

public interface HierarchyListener
extends java.util.EventListener

This listens for changes in the hierarchy tree of components. Normally it is not necessary to process these events since the AWT handles them internally, taking all appropriate actions.

Since:
1.3

Method Summary
 void hierarchyChanged(HierarchyEvent e)
          Called when the hierarchy of this component changes.
 

Method Detail

hierarchyChanged

public void hierarchyChanged(HierarchyEvent e)
Called when the hierarchy of this component changes. Use getChangeFlags() on the event to see what exactly changed.