public abstract class HierarchyBoundsAdapter extends Object implements HierarchyBoundsListener
HierarchyBoundsListener
and implements
all methods with empty bodies. This allows a listener interested in
implementing only a subset of the HierarchyBoundsListener
interface to extend this class and override only the desired methods.HierarchyBoundsListener
,
HierarchyEvent
Constructor and Description |
---|
HierarchyBoundsAdapter()
Do nothing default constructor for subclasses.
|
Modifier and Type | Method and Description |
---|---|
void |
ancestorMoved(HierarchyEvent event)
Implements this method from the interface with an empty body.
|
void |
ancestorResized(HierarchyEvent event)
Implements this method from the interface with an empty body.
|
public HierarchyBoundsAdapter()
public void ancestorMoved(HierarchyEvent event)
ancestorMoved
in interface HierarchyBoundsListener
event
- the event, ignored in this implementationpublic void ancestorResized(HierarchyEvent event)
ancestorResized
in interface HierarchyBoundsListener
event
- the event, ignored in this implementation