java.awt.event
public interface HierarchyBoundsListener extends EventListener
Since: 1.3
See Also: HierarchyBoundsAdapter HierarchyEvent
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | ancestorMoved(HierarchyEvent e)
Called when an ancestor component of the source is moved.
|
void | ancestorResized(HierarchyEvent e)
Called when an ancestor component is resized.
|
Parameters: e the event describing the ancestor's motion
Parameters: e the event describing the ancestor's resizing