|
|||||||||
| Home >> All >> java >> awt >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt.event
Interface HierarchyListener

- 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.
|
|||||||||
| Home >> All >> java >> awt >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC