public interface PanelListener extends EventListener
EnhancedPanel
that its ancestor window is shown or hidden.| Modifier and Type | Method and Description |
|---|---|
void |
ancestorWindowHidden(PanelEvent evt)
Invoked when the ancestor window of an
EnhancedPanel is hidden. |
void |
ancestorWindowShown(PanelEvent evt)
Invoked when the ancestor window of an
EnhancedPanel is shown. |
void ancestorWindowHidden(PanelEvent evt)
EnhancedPanel is hidden.evt - A panel event.void ancestorWindowShown(PanelEvent evt)
EnhancedPanel is shown.evt - A panel event.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.