de.schlichtherle.swing.event
Class PanelAdapter

java.lang.Object
  extended by de.schlichtherle.swing.event.PanelAdapter
All Implemented Interfaces:
PanelListener, EventListener

public abstract class PanelAdapter
extends Object
implements PanelListener

A PanelListener which does nothing. Provided for convenience.

Since:
TrueZIP 6.0.1
Version:
TrueZIP 6.7
Author:
Christian Schlichtherle

Constructor Summary
PanelAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelAdapter

public PanelAdapter()
Method Detail

ancestorWindowShown

public void ancestorWindowShown(PanelEvent evt)
Description copied from interface: PanelListener
Invoked when the ancestor window of an EnhancedPanel is shown.

Specified by:
ancestorWindowShown in interface PanelListener

ancestorWindowHidden

public void ancestorWindowHidden(PanelEvent evt)
Description copied from interface: PanelListener
Invoked when the ancestor window of an EnhancedPanel is hidden.

Specified by:
ancestorWindowHidden in interface PanelListener