public interface AncestorListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
ancestorAdded(AncestorEvent event)
当源或其祖先被调用setVisible(true)或被添加到组件层次结构中时,被调用。
|
void |
ancestorMoved(AncestorEvent event)
当源或其祖先被移动时调用。
|
void |
ancestorRemoved(AncestorEvent event)
当源或其祖先被调用setVisible(false)或被从组件层次结构中删除时,被调用。
|
void ancestorAdded(AncestorEvent event)
void ancestorRemoved(AncestorEvent event)
void ancestorMoved(AncestorEvent event)