TrueZIP Swing 7.0

de.schlichtherle.truezip.swing
Interface PanelListener

All Superinterfaces:
EventListener

public interface PanelListener
extends EventListener

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

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(@NonNull
                         PanelEvent evt)
Invoked when the ancestor window of an EnhancedPanel is shown.


ancestorWindowHidden

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


TrueZIP Swing 7.0

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