java.awt.event
Interface HierarchyListener
java.lang.Object
|
+--java.util.EventListener
|
+--java.awt.event.HierarchyListener
All Implemented Interfaces:
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:Author:See Also:
hierarchyChanged
public void hierarchyChanged(java.awt.event.HierarchyEvent e)
Called when the hierarchy of this component changes. Use
getChangeFlags()
on the event to see what exactly changed.
Parameters: