de.schlichtherle.swing.event
Class PanelAdapter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PanelAdapter
public PanelAdapter()
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