aicas logo Jamaica 3.4 release 8

java.awt.event
Interface HierarchyListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster

public interface HierarchyListener
extends 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
See Also:
HierarchyEvent
Status:
updated to 1.4

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

Method Detail

hierarchyChanged

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

Parameters:
e - the event describing the change

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.