com.antelmann.util.gui
Class AncestorAdapter
java.lang.Object
com.antelmann.util.gui.AncestorAdapter
- All Implemented Interfaces:
- EventListener, AncestorListener
public abstract class AncestorAdapter
- extends Object
- implements AncestorListener
an abstract adapter for an AncestorListener as a convenience
- Since:
- 1. März 2007, 21:36
- Author:
- Holger Antelmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AncestorAdapter
public AncestorAdapter()
ancestorAdded
public void ancestorAdded(AncestorEvent event)
- Specified by:
ancestorAdded in interface AncestorListener
ancestorRemoved
public void ancestorRemoved(AncestorEvent event)
- Specified by:
ancestorRemoved in interface AncestorListener
ancestorMoved
public void ancestorMoved(AncestorEvent event)
- Specified by:
ancestorMoved in interface AncestorListener
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads