Module java.desktop

Interface AncestorListener

All Superinterfaces:
EventListener

public interface AncestorListener extends EventListener
AncestorListener Interface to support notification when changes occur to a JComponent or one of its ancestors. These include movement and when the component becomes visible or invisible, either by the setVisible() method or by being added or removed from the component hierarchy.