java.awt.event
Class HierarchyBoundsAdapter
java.lang.Object
|
+--java.awt.event.HierarchyBoundsAdapter
All Implemented Interfaces:
HierarchyBoundsListener
This class implements 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.
Since:Author:See Also:
HierarchyBoundsAdapter
public HierarchyBoundsAdapter() Do nothing default constructor for subclasses.
ancestorMoved
public void ancestorMoved(java.awt.event.HierarchyEvent e) Implements this method from the interface with an empty body.
Parameters:
ancestorResized
public void ancestorResized(java.awt.event.HierarchyEvent e) Implements this method from the interface with an empty body.
Parameters:
HierarchyBoundsListenerand implements all methods with empty bodies. This allows a listener interested in implementing only a subset of theHierarchyBoundsListenerinterface to extend this class and override only the desired methods.