swing.addon.event
Class AncestorAdapter

java.lang.Object
  |
  +--swing.addon.event.AncestorAdapter

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


Constructor Summary
AncestorAdapter()
           
 
Method Summary
 void ancestorAdded(javax.swing.event.AncestorEvent arg0)
           
 void ancestorMoved(javax.swing.event.AncestorEvent arg0)
           
 void ancestorRemoved(javax.swing.event.AncestorEvent arg0)
           
 
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 arg0)
Specified by:
ancestorAdded in interface javax.swing.event.AncestorListener

ancestorMoved

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

ancestorRemoved

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