de.sciss.app
Class AncestorAdapter

java.lang.Object
  extended by de.sciss.app.AncestorAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.AncestorListener
Direct Known Subclasses:
DynamicAncestorAdapter

public class AncestorAdapter
extends java.lang.Object
implements javax.swing.event.AncestorListener

In analogy to ComponentAdapter provides a stub class that implements the AncestorListener interface, so subclasses need to override only those methods they're interested in.

Version:
0.11, 25-Feb-08
Author:
Hanns Holger Rutz
See Also:
ComponentAdapter

Constructor Summary
AncestorAdapter()
           
 
Method Summary
 void ancestorAdded(javax.swing.event.AncestorEvent e)
           
 void ancestorMoved(javax.swing.event.AncestorEvent e)
           
 void ancestorRemoved(javax.swing.event.AncestorEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AncestorAdapter

public AncestorAdapter()
Method Detail

ancestorAdded

public void ancestorAdded(javax.swing.event.AncestorEvent e)
Specified by:
ancestorAdded in interface javax.swing.event.AncestorListener

ancestorRemoved

public void ancestorRemoved(javax.swing.event.AncestorEvent e)
Specified by:
ancestorRemoved in interface javax.swing.event.AncestorListener

ancestorMoved

public void ancestorMoved(javax.swing.event.AncestorEvent e)
Specified by:
ancestorMoved in interface javax.swing.event.AncestorListener