public interface HierarchyBoundsListener extends EventListener
HierarchyBoundsAdapter
,
HierarchyEvent
Modifier and Type | Method and Description |
---|---|
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.
|
void ancestorMoved(HierarchyEvent e)
e
- the event describing the ancestor's motionvoid ancestorResized(HierarchyEvent e)
e
- the event describing the ancestor's resizing