TrueZIP 6.8.2

de.schlichtherle.swing.event
Interface PanelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
PanelAdapter

public interface PanelListener
extends EventListener

Used to notify listeners of an EnhancedPanel that its ancestor window is shown or hidden.

Since:
TrueZIP 5.1
Version:
$Id: PanelListener.java 5e709f50671d 2010/11/05 11:52:07 christian $
Author:
Christian Schlichtherle

Method Summary
 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.
 

Method Detail

ancestorWindowShown

void ancestorWindowShown(PanelEvent evt)
Invoked when the ancestor window of an EnhancedPanel is shown.


ancestorWindowHidden

void ancestorWindowHidden(PanelEvent evt)
Invoked when the ancestor window of an EnhancedPanel is hidden.


TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.